Shades of Goldenrod #E0E472
Tints of Goldenrod #E0E472
RGB
CMYK
RGB Variations
Color information
#E0E472 (or 0xE0E472) is known color: Goldenrod. HEX triplet: E0, E4 and 72. RGB value is (224,228,114). Sum of RGB (Red+Green+Blue) = 224+228+114=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E472 is #1F1B8D. Grayscale: #D6D6D6. Windows color (decimal): -2038670 or 7529696. OLE color: 7529696.
HSL color Cylindrical-coordinate representation of color #E0E472: hue angle of 62.11º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0E472 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 114 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.11º | 0.68% | 0.67% | - |
| HSV(B) | 62.11º | 0.5% | 0.89% | - |
| XYZ | 61.52 | 72.55 | 26.68 | - |
| YUV | 213.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 114 | 0.02 | 0 | 0.50 | 0.11 | 62.11 | 0.68 | 0.67 |
| Hex | E0 | E4 | 72 | 2 | 0 | 32 | B | 3E | 44 | 43 |
| Octal | 340 | 344 | 162 | 2 | 0 | 62 | 13 | 76 | 104 | 103 |
| Binary | 11100000 | 11100100 | 1110010 | 10 | 0 | 110010 | 1011 | 111110 | 1000100 | 1000011 |
Color Harmonies of #E0E472
Complementary color
Monochromatic Colors of #E0E472
Black with #E0E472
Text Example
Text Example
White with #E0E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E472; }
p { color: rgb(224,228,114); }
H1.HeaderClassName
{
color: #E0E472;
}
.AnyTagClassName
{
color: #E0E472;
}
</style>
background-color css
<style>
a { background-color: #E0E472; }
a { background-color: rgb(224,228,114); }
div.DivClassName
{
background-color: #E0E472;
}
.BgClassName
{
background-color: #E0E472;
}
</style>
border-color css
<style>
span { border-color: #E0E472; }
span { border-color: rgb(224,228,114); }
td.TdClassName
{
border-color: #E0E472;
}
.TagClassName
{
border-color: #E0E472;
}
</style>