Shades of Goldenrod #E2D866
Tints of Goldenrod #E2D866
RGB
CMYK
RGB Variations
Color information
#E2D866 (or 0xE2D866) is known color: Goldenrod. HEX triplet: E2, D8 and 66. RGB value is (226,216,102). Sum of RGB (Red+Green+Blue) = 226+216+102=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D866 is #1D2799. Grayscale: #CECECE. Windows color (decimal): -1910682 or 6740194. OLE color: 6740194.
HSL color Cylindrical-coordinate representation of color #E2D866: hue angle of 55.16º 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 #E2D866 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 102 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.11 |
| HSL | 55.16º | 0.68% | 0.64% | - |
| HSV(B) | 55.16º | 0.55% | 0.89% | - |
| XYZ | 58.32 | 66.24 | 22.28 | - |
| YUV | 205.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 102 | 0 | 0.04 | 0.55 | 0.11 | 55.16 | 0.68 | 0.64 |
| Hex | E2 | D8 | 66 | 0 | 4 | 37 | B | 37 | 44 | 40 |
| Octal | 342 | 330 | 146 | 0 | 4 | 67 | 13 | 67 | 104 | 100 |
| Binary | 11100010 | 11011000 | 1100110 | 0 | 100 | 110111 | 1011 | 110111 | 1000100 | 1000000 |
Color Harmonies of #E2D866
Complementary color
Monochromatic Colors of #E2D866
Black with #E2D866
Text Example
Text Example
White with #E2D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D866; }
p { color: rgb(226,216,102); }
H1.HeaderClassName
{
color: #E2D866;
}
.AnyTagClassName
{
color: #E2D866;
}
</style>
background-color css
<style>
a { background-color: #E2D866; }
a { background-color: rgb(226,216,102); }
div.DivClassName
{
background-color: #E2D866;
}
.BgClassName
{
background-color: #E2D866;
}
</style>
border-color css
<style>
span { border-color: #E2D866; }
span { border-color: rgb(226,216,102); }
td.TdClassName
{
border-color: #E2D866;
}
.TagClassName
{
border-color: #E2D866;
}
</style>