Shades of Goldenrod #E2E16E
Tints of Goldenrod #E2E16E
RGB
CMYK
RGB Variations
Color information
#E2E16E (or 0xE2E16E) is known color: Goldenrod. HEX triplet: E2, E1 and 6E. RGB value is (226,225,110). Sum of RGB (Red+Green+Blue) = 226+225+110=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E16E is #1D1E91. Grayscale: #D4D4D4. Windows color (decimal): -1908370 or 7266786. OLE color: 7266786.
HSL color Cylindrical-coordinate representation of color #E2E16E: hue angle of 59.48º 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 #E2E16E is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 110 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.11 |
| HSL | 59.48º | 0.67% | 0.66% | - |
| HSV(B) | 59.48º | 0.51% | 0.89% | - |
| XYZ | 61.1 | 71.14 | 25.26 | - |
| YUV | 212.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 110 | 0 | 0.00 | 0.51 | 0.11 | 59.48 | 0.67 | 0.66 |
| Hex | E2 | E1 | 6E | 0 | 0 | 33 | B | 3B | 43 | 42 |
| Octal | 342 | 341 | 156 | 0 | 0 | 63 | 13 | 73 | 103 | 102 |
| Binary | 11100010 | 11100001 | 1101110 | 0 | 0 | 110011 | 1011 | 111011 | 1000011 | 1000010 |
Color Harmonies of #E2E16E
Complementary color
Monochromatic Colors of #E2E16E
Black with #E2E16E
Text Example
Text Example
White with #E2E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E16E; }
p { color: rgb(226,225,110); }
H1.HeaderClassName
{
color: #E2E16E;
}
.AnyTagClassName
{
color: #E2E16E;
}
</style>
background-color css
<style>
a { background-color: #E2E16E; }
a { background-color: rgb(226,225,110); }
div.DivClassName
{
background-color: #E2E16E;
}
.BgClassName
{
background-color: #E2E16E;
}
</style>
border-color css
<style>
span { border-color: #E2E16E; }
span { border-color: rgb(226,225,110); }
td.TdClassName
{
border-color: #E2E16E;
}
.TagClassName
{
border-color: #E2E16E;
}
</style>