Shades of Goldenrod #E2DF72
Tints of Goldenrod #E2DF72
RGB
CMYK
RGB Variations
Color information
#E2DF72 (or 0xE2DF72) is known color: Goldenrod. HEX triplet: E2, DF and 72. RGB value is (226,223,114). Sum of RGB (Red+Green+Blue) = 226+223+114=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF72 is #1D208D. Grayscale: #D3D3D3. Windows color (decimal): -1908878 or 7528418. OLE color: 7528418.
HSL color Cylindrical-coordinate representation of color #E2DF72: hue angle of 58.39º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2DF72 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 114 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.11 |
| HSL | 58.39º | 0.66% | 0.67% | - |
| HSV(B) | 58.39º | 0.5% | 0.89% | - |
| XYZ | 60.79 | 70.16 | 26.26 | - |
| YUV | 211.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 114 | 0 | 0.01 | 0.50 | 0.11 | 58.39 | 0.66 | 0.67 |
| Hex | E2 | DF | 72 | 0 | 1 | 32 | B | 3A | 42 | 43 |
| Octal | 342 | 337 | 162 | 0 | 1 | 62 | 13 | 72 | 102 | 103 |
| Binary | 11100010 | 11011111 | 1110010 | 0 | 1 | 110010 | 1011 | 111010 | 1000010 | 1000011 |
Color Harmonies of #E2DF72
Complementary color
Monochromatic Colors of #E2DF72
Black with #E2DF72
Text Example
Text Example
White with #E2DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF72; }
p { color: rgb(226,223,114); }
H1.HeaderClassName
{
color: #E2DF72;
}
.AnyTagClassName
{
color: #E2DF72;
}
</style>
background-color css
<style>
a { background-color: #E2DF72; }
a { background-color: rgb(226,223,114); }
div.DivClassName
{
background-color: #E2DF72;
}
.BgClassName
{
background-color: #E2DF72;
}
</style>
border-color css
<style>
span { border-color: #E2DF72; }
span { border-color: rgb(226,223,114); }
td.TdClassName
{
border-color: #E2DF72;
}
.TagClassName
{
border-color: #E2DF72;
}
</style>