Shades of Goldenrod #E2DB6F
Tints of Goldenrod #E2DB6F
RGB
CMYK
RGB Variations
Color information
#E2DB6F (or 0xE2DB6F) is known color: Goldenrod. HEX triplet: E2, DB and 6F. RGB value is (226,219,111). Sum of RGB (Red+Green+Blue) = 226+219+111=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB6F is #1D2490. Grayscale: #D1D1D1. Windows color (decimal): -1909905 or 7330786. OLE color: 7330786.
HSL color Cylindrical-coordinate representation of color #E2DB6F: hue angle of 56.35º 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 #E2DB6F is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 111 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.11 |
| HSL | 56.35º | 0.66% | 0.66% | - |
| HSV(B) | 56.35º | 0.51% | 0.89% | - |
| XYZ | 59.56 | 67.98 | 25.02 | - |
| YUV | 208.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 111 | 0 | 0.03 | 0.51 | 0.11 | 56.35 | 0.66 | 0.66 |
| Hex | E2 | DB | 6F | 0 | 3 | 33 | B | 38 | 42 | 42 |
| Octal | 342 | 333 | 157 | 0 | 3 | 63 | 13 | 70 | 102 | 102 |
| Binary | 11100010 | 11011011 | 1101111 | 0 | 11 | 110011 | 1011 | 111000 | 1000010 | 1000010 |
Color Harmonies of #E2DB6F
Complementary color
Monochromatic Colors of #E2DB6F
Black with #E2DB6F
Text Example
Text Example
White with #E2DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB6F; }
p { color: rgb(226,219,111); }
H1.HeaderClassName
{
color: #E2DB6F;
}
.AnyTagClassName
{
color: #E2DB6F;
}
</style>
background-color css
<style>
a { background-color: #E2DB6F; }
a { background-color: rgb(226,219,111); }
div.DivClassName
{
background-color: #E2DB6F;
}
.BgClassName
{
background-color: #E2DB6F;
}
</style>
border-color css
<style>
span { border-color: #E2DB6F; }
span { border-color: rgb(226,219,111); }
td.TdClassName
{
border-color: #E2DB6F;
}
.TagClassName
{
border-color: #E2DB6F;
}
</style>