Shades of Goldenrod #E2DA6E
Tints of Goldenrod #E2DA6E
RGB
CMYK
RGB Variations
Color information
#E2DA6E (or 0xE2DA6E) is known color: Goldenrod. HEX triplet: E2, DA and 6E. RGB value is (226,218,110). Sum of RGB (Red+Green+Blue) = 226+218+110=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA6E is #1D2591. Grayscale: #D0D0D0. Windows color (decimal): -1910162 or 7264994. OLE color: 7264994.
HSL color Cylindrical-coordinate representation of color #E2DA6E: hue angle of 55.86º degrees, saturation: 0.67, 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 #E2DA6E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 110 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.11 |
| HSL | 55.86º | 0.67% | 0.66% | - |
| HSV(B) | 55.86º | 0.51% | 0.89% | - |
| XYZ | 59.25 | 67.44 | 24.65 | - |
| YUV | 208.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 110 | 0 | 0.04 | 0.51 | 0.11 | 55.86 | 0.67 | 0.66 |
| Hex | E2 | DA | 6E | 0 | 4 | 33 | B | 38 | 43 | 42 |
| Octal | 342 | 332 | 156 | 0 | 4 | 63 | 13 | 70 | 103 | 102 |
| Binary | 11100010 | 11011010 | 1101110 | 0 | 100 | 110011 | 1011 | 111000 | 1000011 | 1000010 |
Color Harmonies of #E2DA6E
Complementary color
Monochromatic Colors of #E2DA6E
Black with #E2DA6E
Text Example
Text Example
White with #E2DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA6E; }
p { color: rgb(226,218,110); }
H1.HeaderClassName
{
color: #E2DA6E;
}
.AnyTagClassName
{
color: #E2DA6E;
}
</style>
background-color css
<style>
a { background-color: #E2DA6E; }
a { background-color: rgb(226,218,110); }
div.DivClassName
{
background-color: #E2DA6E;
}
.BgClassName
{
background-color: #E2DA6E;
}
</style>
border-color css
<style>
span { border-color: #E2DA6E; }
span { border-color: rgb(226,218,110); }
td.TdClassName
{
border-color: #E2DA6E;
}
.TagClassName
{
border-color: #E2DA6E;
}
</style>