Shades of Goldenrod #E1D86C
Tints of Goldenrod #E1D86C
RGB
CMYK
RGB Variations
Color information
#E1D86C (or 0xE1D86C) is known color: Goldenrod. HEX triplet: E1, D8 and 6C. RGB value is (225,216,108). Sum of RGB (Red+Green+Blue) = 225+216+108=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D86C is #1E2793. Grayscale: #CECECE. Windows color (decimal): -1976212 or 7133409. OLE color: 7133409.
HSL color Cylindrical-coordinate representation of color #E1D86C: hue angle of 55.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1D86C is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 108 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.12 |
| HSL | 55.38º | 0.66% | 0.65% | - |
| HSV(B) | 55.38º | 0.52% | 0.88% | - |
| XYZ | 58.31 | 66.2 | 23.89 | - |
| YUV | 206.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 108 | 0 | 0.04 | 0.52 | 0.12 | 55.38 | 0.66 | 0.65 |
| Hex | E1 | D8 | 6C | 0 | 4 | 34 | C | 37 | 42 | 41 |
| Octal | 341 | 330 | 154 | 0 | 4 | 64 | 14 | 67 | 102 | 101 |
| Binary | 11100001 | 11011000 | 1101100 | 0 | 100 | 110100 | 1100 | 110111 | 1000010 | 1000001 |
Color Harmonies of #E1D86C
Complementary color
Monochromatic Colors of #E1D86C
Black with #E1D86C
Text Example
Text Example
White with #E1D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D86C; }
p { color: rgb(225,216,108); }
H1.HeaderClassName
{
color: #E1D86C;
}
.AnyTagClassName
{
color: #E1D86C;
}
</style>
background-color css
<style>
a { background-color: #E1D86C; }
a { background-color: rgb(225,216,108); }
div.DivClassName
{
background-color: #E1D86C;
}
.BgClassName
{
background-color: #E1D86C;
}
</style>
border-color css
<style>
span { border-color: #E1D86C; }
span { border-color: rgb(225,216,108); }
td.TdClassName
{
border-color: #E1D86C;
}
.TagClassName
{
border-color: #E1D86C;
}
</style>