Shades of Goldenrod #E2DF70
Tints of Goldenrod #E2DF70
RGB
CMYK
RGB Variations
Color information
#E2DF70 (or 0xE2DF70) is known color: Goldenrod. HEX triplet: E2, DF and 70. RGB value is (226,223,112). Sum of RGB (Red+Green+Blue) = 226+223+112=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF70 is #1D208F. Grayscale: #D3D3D3. Windows color (decimal): -1908880 or 7397346. OLE color: 7397346.
HSL color Cylindrical-coordinate representation of color #E2DF70: hue angle of 58.42º 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 #E2DF70 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 112 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.11 |
| HSL | 58.42º | 0.66% | 0.66% | - |
| HSV(B) | 58.42º | 0.5% | 0.89% | - |
| XYZ | 60.68 | 70.11 | 25.66 | - |
| YUV | 211.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 112 | 0 | 0.01 | 0.50 | 0.11 | 58.42 | 0.66 | 0.66 |
| Hex | E2 | DF | 70 | 0 | 1 | 32 | B | 3A | 42 | 42 |
| Octal | 342 | 337 | 160 | 0 | 1 | 62 | 13 | 72 | 102 | 102 |
| Binary | 11100010 | 11011111 | 1110000 | 0 | 1 | 110010 | 1011 | 111010 | 1000010 | 1000010 |
Color Harmonies of #E2DF70
Complementary color
Monochromatic Colors of #E2DF70
Black with #E2DF70
Text Example
Text Example
White with #E2DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF70; }
p { color: rgb(226,223,112); }
H1.HeaderClassName
{
color: #E2DF70;
}
.AnyTagClassName
{
color: #E2DF70;
}
</style>
background-color css
<style>
a { background-color: #E2DF70; }
a { background-color: rgb(226,223,112); }
div.DivClassName
{
background-color: #E2DF70;
}
.BgClassName
{
background-color: #E2DF70;
}
</style>
border-color css
<style>
span { border-color: #E2DF70; }
span { border-color: rgb(226,223,112); }
td.TdClassName
{
border-color: #E2DF70;
}
.TagClassName
{
border-color: #E2DF70;
}
</style>