Shades of Goldenrod #E2DA6F
Tints of Goldenrod #E2DA6F
RGB
CMYK
RGB Variations
Color information
#E2DA6F (or 0xE2DA6F) is known color: Goldenrod. HEX triplet: E2, DA and 6F. RGB value is (226,218,111). Sum of RGB (Red+Green+Blue) = 226+218+111=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA6F is #1D2590. Grayscale: #D0D0D0. Windows color (decimal): -1910161 or 7330530. OLE color: 7330530.
HSL color Cylindrical-coordinate representation of color #E2DA6F: hue angle of 55.83º 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 #E2DA6F is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 111 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.11 |
| HSL | 55.83º | 0.66% | 0.66% | - |
| HSV(B) | 55.83º | 0.51% | 0.89% | - |
| XYZ | 59.3 | 67.46 | 24.93 | - |
| YUV | 208.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 111 | 0 | 0.04 | 0.51 | 0.11 | 55.83 | 0.66 | 0.66 |
| Hex | E2 | DA | 6F | 0 | 4 | 33 | B | 38 | 42 | 42 |
| Octal | 342 | 332 | 157 | 0 | 4 | 63 | 13 | 70 | 102 | 102 |
| Binary | 11100010 | 11011010 | 1101111 | 0 | 100 | 110011 | 1011 | 111000 | 1000010 | 1000010 |
Color Harmonies of #E2DA6F
Complementary color
Monochromatic Colors of #E2DA6F
Black with #E2DA6F
Text Example
Text Example
White with #E2DA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA6F; }
p { color: rgb(226,218,111); }
H1.HeaderClassName
{
color: #E2DA6F;
}
.AnyTagClassName
{
color: #E2DA6F;
}
</style>
background-color css
<style>
a { background-color: #E2DA6F; }
a { background-color: rgb(226,218,111); }
div.DivClassName
{
background-color: #E2DA6F;
}
.BgClassName
{
background-color: #E2DA6F;
}
</style>
border-color css
<style>
span { border-color: #E2DA6F; }
span { border-color: rgb(226,218,111); }
td.TdClassName
{
border-color: #E2DA6F;
}
.TagClassName
{
border-color: #E2DA6F;
}
</style>