What is the HEX code for palegoldenrod?
The CSS color palegoldenrod in HEX format is #eee8aa. Use this value directly in CSS, SVG, and most design tools.
How do I use palegoldenrod in CSS?
To apply palegoldenrod in CSS:
- Text color: color: #eee8aa;
- Background: background-color: #eee8aa;
- Border: border-color: #eee8aa;
What are all the color format values for palegoldenrod?
| Format | Value |
|---|---|
| HEX | #eee8aa |
| RGB | rgb(238, 232, 170) |
| HSL | hsl(54.7, 66.7%, 80%) |
| CMYK | cmyk(0%, 2.5%, 28.6%, 6.7%) |
How do I convert palegoldenrod to HEX?
Select palegoldenrod from the color name list in our color converter. The HEX value — #eee8aa — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does palegoldenrod belong to?
palegoldenrod belongs to the yellow color family. It is a light, moderately saturated color with HSL values: hue 54.7°, saturation 66.7%, lightness 80%.
How do I create lighter and darker shades of palegoldenrod?
Lighter variant (lightness 95%): #fbf9ea. Darker variant (lightness 65%): #e1d76a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.