Citrine Hex Code — #E4D00A
RGB, HSL, and CMYK values for Citrine.
Citrine Color Values
| Format | Value |
|---|---|
| HEX | #E4D00A |
| RGB | rgb(228, 208, 10) |
| HSL | hsl(54, 92%, 47%) |
| CMYK | cmyk(0%, 9%, 96%, 11%) |
Want to explore more shades? Use our Color Converter
About Citrine
Color psychology: Positivity, vitality.
Citrine (#E4D00A) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where positivity, vitality are desired associations.
How to Use Citrine in CSS
/* Using HEX */ color: #E4D00A; background-color: #E4D00A; /* Using RGB */ color: rgb(228, 208, 10); /* Using HSL */ color: hsl(54, 92%, 47%);