Shades of Goldenrod #E0E476
Tints of Goldenrod #E0E476
RGB
CMYK
RGB Variations
Color information
#E0E476 (or 0xE0E476) is known color: Goldenrod. HEX triplet: E0, E4 and 76. RGB value is (224,228,118). Sum of RGB (Red+Green+Blue) = 224+228+118=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E476 is #1F1B89. Grayscale: #D6D6D6. Windows color (decimal): -2038666 or 7791840. OLE color: 7791840.
HSL color Cylindrical-coordinate representation of color #E0E476: hue angle of 62.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0E476 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 118 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.11 |
| HSL | 62.18º | 0.67% | 0.68% | - |
| HSV(B) | 62.18º | 0.48% | 0.89% | - |
| XYZ | 61.75 | 72.64 | 27.91 | - |
| YUV | 214.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 118 | 0.02 | 0 | 0.48 | 0.11 | 62.18 | 0.67 | 0.68 |
| Hex | E0 | E4 | 76 | 2 | 0 | 30 | B | 3E | 43 | 44 |
| Octal | 340 | 344 | 166 | 2 | 0 | 60 | 13 | 76 | 103 | 104 |
| Binary | 11100000 | 11100100 | 1110110 | 10 | 0 | 110000 | 1011 | 111110 | 1000011 | 1000100 |
Color Harmonies of #E0E476
Complementary color
Monochromatic Colors of #E0E476
Black with #E0E476
Text Example
Text Example
White with #E0E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E476; }
p { color: rgb(224,228,118); }
H1.HeaderClassName
{
color: #E0E476;
}
.AnyTagClassName
{
color: #E0E476;
}
</style>
background-color css
<style>
a { background-color: #E0E476; }
a { background-color: rgb(224,228,118); }
div.DivClassName
{
background-color: #E0E476;
}
.BgClassName
{
background-color: #E0E476;
}
</style>
border-color css
<style>
span { border-color: #E0E476; }
span { border-color: rgb(224,228,118); }
td.TdClassName
{
border-color: #E0E476;
}
.TagClassName
{
border-color: #E0E476;
}
</style>