Shades of Goldenrod #E2E070
Tints of Goldenrod #E2E070
RGB
CMYK
RGB Variations
Color information
#E2E070 (or 0xE2E070) is known color: Goldenrod. HEX triplet: E2, E0 and 70. RGB value is (226,224,112). Sum of RGB (Red+Green+Blue) = 226+224+112=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E070 is #1D1F8F. Grayscale: #D4D4D4. Windows color (decimal): -1908624 or 7397602. OLE color: 7397602.
HSL color Cylindrical-coordinate representation of color #E2E070: hue angle of 58.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2E070 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 112 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.11 |
| HSL | 58.95º | 0.66% | 0.66% | - |
| HSV(B) | 58.95º | 0.5% | 0.89% | - |
| XYZ | 60.94 | 70.65 | 25.75 | - |
| YUV | 211.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 112 | 0 | 0.01 | 0.50 | 0.11 | 58.95 | 0.66 | 0.66 |
| Hex | E2 | E0 | 70 | 0 | 1 | 32 | B | 3B | 42 | 42 |
| Octal | 342 | 340 | 160 | 0 | 1 | 62 | 13 | 73 | 102 | 102 |
| Binary | 11100010 | 11100000 | 1110000 | 0 | 1 | 110010 | 1011 | 111011 | 1000010 | 1000010 |
Color Harmonies of #E2E070
Complementary color
Monochromatic Colors of #E2E070
Black with #E2E070
Text Example
Text Example
White with #E2E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E070; }
p { color: rgb(226,224,112); }
H1.HeaderClassName
{
color: #E2E070;
}
.AnyTagClassName
{
color: #E2E070;
}
</style>
background-color css
<style>
a { background-color: #E2E070; }
a { background-color: rgb(226,224,112); }
div.DivClassName
{
background-color: #E2E070;
}
.BgClassName
{
background-color: #E2E070;
}
</style>
border-color css
<style>
span { border-color: #E2E070; }
span { border-color: rgb(226,224,112); }
td.TdClassName
{
border-color: #E2E070;
}
.TagClassName
{
border-color: #E2E070;
}
</style>