Shades of Goldenrod #E5DF6E
Tints of Goldenrod #E5DF6E
RGB
CMYK
RGB Variations
Color information
#E5DF6E (or 0xE5DF6E) is known color: Goldenrod. HEX triplet: E5, DF and 6E. RGB value is (229,223,110). Sum of RGB (Red+Green+Blue) = 229+223+110=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DF6E is #1A2091. Grayscale: #D4D4D4. Windows color (decimal): -1712274 or 7266277. OLE color: 7266277.
HSL color Cylindrical-coordinate representation of color #E5DF6E: hue angle of 56.97º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5DF6E is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 110 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.10 |
| HSL | 56.97º | 0.7% | 0.66% | - |
| HSV(B) | 56.97º | 0.52% | 0.9% | - |
| XYZ | 61.52 | 70.56 | 25.13 | - |
| YUV | 211.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 110 | 0 | 0.03 | 0.52 | 0.10 | 56.97 | 0.7 | 0.66 |
| Hex | E5 | DF | 6E | 0 | 3 | 34 | A | 39 | 46 | 42 |
| Octal | 345 | 337 | 156 | 0 | 3 | 64 | 12 | 71 | 106 | 102 |
| Binary | 11100101 | 11011111 | 1101110 | 0 | 11 | 110100 | 1010 | 111001 | 1000110 | 1000010 |
Color Harmonies of #E5DF6E
Complementary color
Monochromatic Colors of #E5DF6E
Black with #E5DF6E
Text Example
Text Example
White with #E5DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF6E; }
p { color: rgb(229,223,110); }
H1.HeaderClassName
{
color: #E5DF6E;
}
.AnyTagClassName
{
color: #E5DF6E;
}
</style>
background-color css
<style>
a { background-color: #E5DF6E; }
a { background-color: rgb(229,223,110); }
div.DivClassName
{
background-color: #E5DF6E;
}
.BgClassName
{
background-color: #E5DF6E;
}
</style>
border-color css
<style>
span { border-color: #E5DF6E; }
span { border-color: rgb(229,223,110); }
td.TdClassName
{
border-color: #E5DF6E;
}
.TagClassName
{
border-color: #E5DF6E;
}
</style>