Shades of Goldenrod #E5E06E
Tints of Goldenrod #E5E06E
RGB
CMYK
RGB Variations
Color information
#E5E06E (or 0xE5E06E) is known color: Goldenrod. HEX triplet: E5, E0 and 6E. RGB value is (229,224,110). Sum of RGB (Red+Green+Blue) = 229+224+110=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E06E is #1A1F91. Grayscale: #D4D4D4. Windows color (decimal): -1712018 or 7266533. OLE color: 7266533.
HSL color Cylindrical-coordinate representation of color #E5E06E: hue angle of 57.48º 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 #E5E06E is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 110 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.10 |
| HSL | 57.48º | 0.7% | 0.66% | - |
| HSV(B) | 57.48º | 0.52% | 0.9% | - |
| XYZ | 61.78 | 71.1 | 25.22 | - |
| YUV | 212.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 110 | 0 | 0.02 | 0.52 | 0.10 | 57.48 | 0.7 | 0.66 |
| Hex | E5 | E0 | 6E | 0 | 2 | 34 | A | 39 | 46 | 42 |
| Octal | 345 | 340 | 156 | 0 | 2 | 64 | 12 | 71 | 106 | 102 |
| Binary | 11100101 | 11100000 | 1101110 | 0 | 10 | 110100 | 1010 | 111001 | 1000110 | 1000010 |
Color Harmonies of #E5E06E
Complementary color
Monochromatic Colors of #E5E06E
Black with #E5E06E
Text Example
Text Example
White with #E5E06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E06E; }
p { color: rgb(229,224,110); }
H1.HeaderClassName
{
color: #E5E06E;
}
.AnyTagClassName
{
color: #E5E06E;
}
</style>
background-color css
<style>
a { background-color: #E5E06E; }
a { background-color: rgb(229,224,110); }
div.DivClassName
{
background-color: #E5E06E;
}
.BgClassName
{
background-color: #E5E06E;
}
</style>
border-color css
<style>
span { border-color: #E5E06E; }
span { border-color: rgb(229,224,110); }
td.TdClassName
{
border-color: #E5E06E;
}
.TagClassName
{
border-color: #E5E06E;
}
</style>