Shades of Goldenrod #E0D86B
Tints of Goldenrod #E0D86B
RGB
CMYK
RGB Variations
Color information
#E0D86B (or 0xE0D86B) is known color: Goldenrod. HEX triplet: E0, D8 and 6B. RGB value is (224,216,107). Sum of RGB (Red+Green+Blue) = 224+216+107=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D86B is #1F2794. Grayscale: #CECECE. Windows color (decimal): -2041749 or 7067872. OLE color: 7067872.
HSL color Cylindrical-coordinate representation of color #E0D86B: hue angle of 55.9º degrees, saturation: 0.65, 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 #E0D86B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 107 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.12 |
| HSL | 55.9º | 0.65% | 0.65% | - |
| HSV(B) | 55.9º | 0.52% | 0.88% | - |
| XYZ | 57.95 | 66.02 | 23.6 | - |
| YUV | 205.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 107 | 0 | 0.04 | 0.52 | 0.12 | 55.9 | 0.65 | 0.65 |
| Hex | E0 | D8 | 6B | 0 | 4 | 34 | C | 38 | 41 | 41 |
| Octal | 340 | 330 | 153 | 0 | 4 | 64 | 14 | 70 | 101 | 101 |
| Binary | 11100000 | 11011000 | 1101011 | 0 | 100 | 110100 | 1100 | 111000 | 1000001 | 1000001 |
Color Harmonies of #E0D86B
Complementary color
Monochromatic Colors of #E0D86B
Black with #E0D86B
Text Example
Text Example
White with #E0D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D86B; }
p { color: rgb(224,216,107); }
H1.HeaderClassName
{
color: #E0D86B;
}
.AnyTagClassName
{
color: #E0D86B;
}
</style>
background-color css
<style>
a { background-color: #E0D86B; }
a { background-color: rgb(224,216,107); }
div.DivClassName
{
background-color: #E0D86B;
}
.BgClassName
{
background-color: #E0D86B;
}
</style>
border-color css
<style>
span { border-color: #E0D86B; }
span { border-color: rgb(224,216,107); }
td.TdClassName
{
border-color: #E0D86B;
}
.TagClassName
{
border-color: #E0D86B;
}
</style>