Shades of Goldenrod #E2E16F
Tints of Goldenrod #E2E16F
RGB
CMYK
RGB Variations
Color information
#E2E16F (or 0xE2E16F) is known color: Goldenrod. HEX triplet: E2, E1 and 6F. RGB value is (226,225,111). Sum of RGB (Red+Green+Blue) = 226+225+111=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E16F is #1D1E90. Grayscale: #D4D4D4. Windows color (decimal): -1908369 or 7332322. OLE color: 7332322.
HSL color Cylindrical-coordinate representation of color #E2E16F: hue angle of 59.48º degrees, saturation: 0.66, 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 #E2E16F is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 111 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.11 |
| HSL | 59.48º | 0.66% | 0.66% | - |
| HSV(B) | 59.48º | 0.51% | 0.89% | - |
| XYZ | 61.16 | 71.17 | 25.55 | - |
| YUV | 212.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 111 | 0 | 0.00 | 0.51 | 0.11 | 59.48 | 0.66 | 0.66 |
| Hex | E2 | E1 | 6F | 0 | 0 | 33 | B | 3B | 42 | 42 |
| Octal | 342 | 341 | 157 | 0 | 0 | 63 | 13 | 73 | 102 | 102 |
| Binary | 11100010 | 11100001 | 1101111 | 0 | 0 | 110011 | 1011 | 111011 | 1000010 | 1000010 |
Color Harmonies of #E2E16F
Complementary color
Monochromatic Colors of #E2E16F
Black with #E2E16F
Text Example
Text Example
White with #E2E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E16F; }
p { color: rgb(226,225,111); }
H1.HeaderClassName
{
color: #E2E16F;
}
.AnyTagClassName
{
color: #E2E16F;
}
</style>
background-color css
<style>
a { background-color: #E2E16F; }
a { background-color: rgb(226,225,111); }
div.DivClassName
{
background-color: #E2E16F;
}
.BgClassName
{
background-color: #E2E16F;
}
</style>
border-color css
<style>
span { border-color: #E2E16F; }
span { border-color: rgb(226,225,111); }
td.TdClassName
{
border-color: #E2E16F;
}
.TagClassName
{
border-color: #E2E16F;
}
</style>