Shades of Goldenrod #E0E372
Tints of Goldenrod #E0E372
RGB
CMYK
RGB Variations
Color information
#E0E372 (or 0xE0E372) is known color: Goldenrod. HEX triplet: E0, E3 and 72. RGB value is (224,227,114). Sum of RGB (Red+Green+Blue) = 224+227+114=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E372 is #1F1C8D. Grayscale: #D5D5D5. Windows color (decimal): -2038926 or 7529440. OLE color: 7529440.
HSL color Cylindrical-coordinate representation of color #E0E372: hue angle of 61.59º degrees, saturation: 0.67, 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 #E0E372 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 114 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.11 |
| HSL | 61.59º | 0.67% | 0.67% | - |
| HSV(B) | 61.59º | 0.5% | 0.89% | - |
| XYZ | 61.25 | 72 | 26.59 | - |
| YUV | 213.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 114 | 0.01 | 0 | 0.50 | 0.11 | 61.59 | 0.67 | 0.67 |
| Hex | E0 | E3 | 72 | 1 | 0 | 32 | B | 3E | 43 | 43 |
| Octal | 340 | 343 | 162 | 1 | 0 | 62 | 13 | 76 | 103 | 103 |
| Binary | 11100000 | 11100011 | 1110010 | 1 | 0 | 110010 | 1011 | 111110 | 1000011 | 1000011 |
Color Harmonies of #E0E372
Complementary color
Monochromatic Colors of #E0E372
Black with #E0E372
Text Example
Text Example
White with #E0E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E372; }
p { color: rgb(224,227,114); }
H1.HeaderClassName
{
color: #E0E372;
}
.AnyTagClassName
{
color: #E0E372;
}
</style>
background-color css
<style>
a { background-color: #E0E372; }
a { background-color: rgb(224,227,114); }
div.DivClassName
{
background-color: #E0E372;
}
.BgClassName
{
background-color: #E0E372;
}
</style>
border-color css
<style>
span { border-color: #E0E372; }
span { border-color: rgb(224,227,114); }
td.TdClassName
{
border-color: #E0E372;
}
.TagClassName
{
border-color: #E0E372;
}
</style>