Shades of Goldenrod #E0E370
Tints of Goldenrod #E0E370
RGB
CMYK
RGB Variations
Color information
#E0E370 (or 0xE0E370) is known color: Goldenrod. HEX triplet: E0, E3 and 70. RGB value is (224,227,112). Sum of RGB (Red+Green+Blue) = 224+227+112=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E370 is #1F1C8F. Grayscale: #D5D5D5. Windows color (decimal): -2038928 or 7398368. OLE color: 7398368.
HSL color Cylindrical-coordinate representation of color #E0E370: hue angle of 61.57º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0E370 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 112 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.11 |
| HSL | 61.57º | 0.67% | 0.66% | - |
| HSV(B) | 61.57º | 0.51% | 0.89% | - |
| XYZ | 61.13 | 71.96 | 26 | - |
| YUV | 212.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 112 | 0.01 | 0 | 0.51 | 0.11 | 61.57 | 0.67 | 0.66 |
| Hex | E0 | E3 | 70 | 1 | 0 | 33 | B | 3E | 43 | 42 |
| Octal | 340 | 343 | 160 | 1 | 0 | 63 | 13 | 76 | 103 | 102 |
| Binary | 11100000 | 11100011 | 1110000 | 1 | 0 | 110011 | 1011 | 111110 | 1000011 | 1000010 |
Color Harmonies of #E0E370
Complementary color
Monochromatic Colors of #E0E370
Black with #E0E370
Text Example
Text Example
White with #E0E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E370; }
p { color: rgb(224,227,112); }
H1.HeaderClassName
{
color: #E0E370;
}
.AnyTagClassName
{
color: #E0E370;
}
</style>
background-color css
<style>
a { background-color: #E0E370; }
a { background-color: rgb(224,227,112); }
div.DivClassName
{
background-color: #E0E370;
}
.BgClassName
{
background-color: #E0E370;
}
</style>
border-color css
<style>
span { border-color: #E0E370; }
span { border-color: rgb(224,227,112); }
td.TdClassName
{
border-color: #E0E370;
}
.TagClassName
{
border-color: #E0E370;
}
</style>