Shades of Goldenrod #E2DA66
Tints of Goldenrod #E2DA66
RGB
CMYK
RGB Variations
Color information
#E2DA66 (or 0xE2DA66) is known color: Goldenrod. HEX triplet: E2, DA and 66. RGB value is (226,218,102). Sum of RGB (Red+Green+Blue) = 226+218+102=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA66 is #1D2599. Grayscale: #CFCFCF. Windows color (decimal): -1910170 or 6740706. OLE color: 6740706.
HSL color Cylindrical-coordinate representation of color #E2DA66: hue angle of 56.13º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2DA66 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 102 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.11 |
| HSL | 56.13º | 0.68% | 0.64% | - |
| HSV(B) | 56.13º | 0.55% | 0.89% | - |
| XYZ | 58.83 | 67.27 | 22.45 | - |
| YUV | 207.17 | 68.65 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 102 | 0 | 0.04 | 0.55 | 0.11 | 56.13 | 0.68 | 0.64 |
| Hex | E2 | DA | 66 | 0 | 4 | 37 | B | 38 | 44 | 40 |
| Octal | 342 | 332 | 146 | 0 | 4 | 67 | 13 | 70 | 104 | 100 |
| Binary | 11100010 | 11011010 | 1100110 | 0 | 100 | 110111 | 1011 | 111000 | 1000100 | 1000000 |
Color Harmonies of #E2DA66
Complementary color
Monochromatic Colors of #E2DA66
Black with #E2DA66
Text Example
Text Example
White with #E2DA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA66; }
p { color: rgb(226,218,102); }
H1.HeaderClassName
{
color: #E2DA66;
}
.AnyTagClassName
{
color: #E2DA66;
}
</style>
background-color css
<style>
a { background-color: #E2DA66; }
a { background-color: rgb(226,218,102); }
div.DivClassName
{
background-color: #E2DA66;
}
.BgClassName
{
background-color: #E2DA66;
}
</style>
border-color css
<style>
span { border-color: #E2DA66; }
span { border-color: rgb(226,218,102); }
td.TdClassName
{
border-color: #E2DA66;
}
.TagClassName
{
border-color: #E2DA66;
}
</style>