Colorpicker issues (when selecting a color for the device, in this case LIDL HG06467)

Core 2023.11.3
Supervisor 2023.11.6
OS 11.1
Frontend 20231030.2

  • When selecting a color from the colorwheel a different color is realised…
  • When taking the pipet and entering a RGB value a different color is realised
  • When taking the pipet and entering a HSL value and entering 30, 50, 50 (some orange …) it complains about a value being larger than 100 in a popup left on the screen. The colors are fairly random w.r.t. input values.

I think there is a side effect to some values being entered creating an inconsistent internal representation of the color.

Then when setting the color as explicit values in an automation with :Light-on {lampX} HSL {30,50,50}…
The outcome mostly is not the expected orange, but random Blue, Purple, Green, Red, whiteish colors by just re-running the automation rule. And occasionaly something near the color.
When looking at the MQTT-> Zigbee state a “color”: {“b”:11612, “h”:10, “s”:6148} or
“color”: {“b”: 267,“h”: 47,“s”: 367}, show up. (not all values inspected),

What is wrong here?