Shades of Goldenrod #E0E16E
Tints of Goldenrod #E0E16E
RGB
CMYK
RGB Variations
Color information
#E0E16E (or 0xE0E16E) is known color: Goldenrod. HEX triplet: E0, E1 and 6E. RGB value is (224,225,110). Sum of RGB (Red+Green+Blue) = 224+225+110=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E16E is #1F1E91. Grayscale: #D4D4D4. Windows color (decimal): -2039442 or 7266784. OLE color: 7266784.
HSL color Cylindrical-coordinate representation of color #E0E16E: hue angle of 60.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0E16E is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 110 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.12 |
| HSL | 60.52º | 0.66% | 0.66% | - |
| HSV(B) | 60.52º | 0.51% | 0.88% | - |
| XYZ | 60.48 | 70.82 | 25.23 | - |
| YUV | 211.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 110 | 0.00 | 0 | 0.51 | 0.12 | 60.52 | 0.66 | 0.66 |
| Hex | E0 | E1 | 6E | 0 | 0 | 33 | C | 3D | 42 | 42 |
| Octal | 340 | 341 | 156 | 0 | 0 | 63 | 14 | 75 | 102 | 102 |
| Binary | 11100000 | 11100001 | 1101110 | 0 | 0 | 110011 | 1100 | 111101 | 1000010 | 1000010 |
Color Harmonies of #E0E16E
Complementary color
Monochromatic Colors of #E0E16E
Black with #E0E16E
Text Example
Text Example
White with #E0E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E16E; }
p { color: rgb(224,225,110); }
H1.HeaderClassName
{
color: #E0E16E;
}
.AnyTagClassName
{
color: #E0E16E;
}
</style>
background-color css
<style>
a { background-color: #E0E16E; }
a { background-color: rgb(224,225,110); }
div.DivClassName
{
background-color: #E0E16E;
}
.BgClassName
{
background-color: #E0E16E;
}
</style>
border-color css
<style>
span { border-color: #E0E16E; }
span { border-color: rgb(224,225,110); }
td.TdClassName
{
border-color: #E0E16E;
}
.TagClassName
{
border-color: #E0E16E;
}
</style>