Shades of Goldenrod #E0E471
Tints of Goldenrod #E0E471
RGB
CMYK
RGB Variations
Color information
#E0E471 (or 0xE0E471) is known color: Goldenrod. HEX triplet: E0, E4 and 71. RGB value is (224,228,113). Sum of RGB (Red+Green+Blue) = 224+228+113=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E471 is #1F1B8E. Grayscale: #D6D6D6. Windows color (decimal): -2038671 or 7464160. OLE color: 7464160.
HSL color Cylindrical-coordinate representation of color #E0E471: hue angle of 62.09º 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 #E0E471 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 113 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.09º | 0.68% | 0.67% | - |
| HSV(B) | 62.09º | 0.5% | 0.89% | - |
| XYZ | 61.46 | 72.53 | 26.38 | - |
| YUV | 213.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 113 | 0.02 | 0 | 0.50 | 0.11 | 62.09 | 0.68 | 0.67 |
| Hex | E0 | E4 | 71 | 2 | 0 | 32 | B | 3E | 44 | 43 |
| Octal | 340 | 344 | 161 | 2 | 0 | 62 | 13 | 76 | 104 | 103 |
| Binary | 11100000 | 11100100 | 1110001 | 10 | 0 | 110010 | 1011 | 111110 | 1000100 | 1000011 |
Color Harmonies of #E0E471
Complementary color
Monochromatic Colors of #E0E471
Black with #E0E471
Text Example
Text Example
White with #E0E471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E471; }
p { color: rgb(224,228,113); }
H1.HeaderClassName
{
color: #E0E471;
}
.AnyTagClassName
{
color: #E0E471;
}
</style>
background-color css
<style>
a { background-color: #E0E471; }
a { background-color: rgb(224,228,113); }
div.DivClassName
{
background-color: #E0E471;
}
.BgClassName
{
background-color: #E0E471;
}
</style>
border-color css
<style>
span { border-color: #E0E471; }
span { border-color: rgb(224,228,113); }
td.TdClassName
{
border-color: #E0E471;
}
.TagClassName
{
border-color: #E0E471;
}
</style>