Flax Hex Code — #EEDC82
RGB, HSL, and CMYK values for Flax.
Flax Color Values
| Format | Value |
|---|---|
| HEX | #EEDC82 |
| RGB | rgb(238, 220, 130) |
| HSL | hsl(50, 76%, 72%) |
| CMYK | cmyk(0%, 8%, 45%, 7%) |
Want to explore more shades? Use our Color Converter
About Flax
Color psychology: Naturalness, simplicity.
Flax (#EEDC82) is a light shade of yellow. It's commonly used in web design, graphic design, and branding where naturalness, simplicity are desired associations.
How to Use Flax in CSS
/* Using HEX */ color: #EEDC82; background-color: #EEDC82; /* Using RGB */ color: rgb(238, 220, 130); /* Using HSL */ color: hsl(50, 76%, 72%);