Shades of Goldenrod #E5E06D
Tints of Goldenrod #E5E06D
RGB
CMYK
RGB Variations
Color information
#E5E06D (or 0xE5E06D) is known color: Goldenrod. HEX triplet: E5, E0 and 6D. RGB value is (229,224,109). Sum of RGB (Red+Green+Blue) = 229+224+109=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E06D is #1A1F92. Grayscale: #D4D4D4. Windows color (decimal): -1712019 or 7200997. OLE color: 7200997.
HSL color Cylindrical-coordinate representation of color #E5E06D: hue angle of 57.5º 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 #E5E06D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 109 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.10 |
| HSL | 57.5º | 0.7% | 0.66% | - |
| HSV(B) | 57.5º | 0.52% | 0.9% | - |
| XYZ | 61.73 | 71.07 | 24.93 | - |
| YUV | 212.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 109 | 0 | 0.02 | 0.52 | 0.10 | 57.5 | 0.7 | 0.66 |
| Hex | E5 | E0 | 6D | 0 | 2 | 34 | A | 3A | 46 | 42 |
| Octal | 345 | 340 | 155 | 0 | 2 | 64 | 12 | 72 | 106 | 102 |
| Binary | 11100101 | 11100000 | 1101101 | 0 | 10 | 110100 | 1010 | 111010 | 1000110 | 1000010 |
Color Harmonies of #E5E06D
Complementary color
Monochromatic Colors of #E5E06D
Black with #E5E06D
Text Example
Text Example
White with #E5E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E06D; }
p { color: rgb(229,224,109); }
H1.HeaderClassName
{
color: #E5E06D;
}
.AnyTagClassName
{
color: #E5E06D;
}
</style>
background-color css
<style>
a { background-color: #E5E06D; }
a { background-color: rgb(229,224,109); }
div.DivClassName
{
background-color: #E5E06D;
}
.BgClassName
{
background-color: #E5E06D;
}
</style>
border-color css
<style>
span { border-color: #E5E06D; }
span { border-color: rgb(229,224,109); }
td.TdClassName
{
border-color: #E5E06D;
}
.TagClassName
{
border-color: #E5E06D;
}
</style>