Shades of Goldenrod #E0D86A
Tints of Goldenrod #E0D86A
RGB
CMYK
RGB Variations
Color information
#E0D86A (or 0xE0D86A) is known color: Goldenrod. HEX triplet: E0, D8 and 6A. RGB value is (224,216,106). Sum of RGB (Red+Green+Blue) = 224+216+106=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D86A is #1F2795. Grayscale: #CECECE. Windows color (decimal): -2041750 or 7002336. OLE color: 7002336.
HSL color Cylindrical-coordinate representation of color #E0D86A: hue angle of 55.93º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0D86A is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 106 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.12 |
| HSL | 55.93º | 0.66% | 0.65% | - |
| HSV(B) | 55.93º | 0.53% | 0.88% | - |
| XYZ | 57.9 | 66 | 23.32 | - |
| YUV | 205.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 106 | 0 | 0.04 | 0.53 | 0.12 | 55.93 | 0.66 | 0.65 |
| Hex | E0 | D8 | 6A | 0 | 4 | 35 | C | 38 | 42 | 41 |
| Octal | 340 | 330 | 152 | 0 | 4 | 65 | 14 | 70 | 102 | 101 |
| Binary | 11100000 | 11011000 | 1101010 | 0 | 100 | 110101 | 1100 | 111000 | 1000010 | 1000001 |
Color Harmonies of #E0D86A
Complementary color
Monochromatic Colors of #E0D86A
Black with #E0D86A
Text Example
Text Example
White with #E0D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D86A; }
p { color: rgb(224,216,106); }
H1.HeaderClassName
{
color: #E0D86A;
}
.AnyTagClassName
{
color: #E0D86A;
}
</style>
background-color css
<style>
a { background-color: #E0D86A; }
a { background-color: rgb(224,216,106); }
div.DivClassName
{
background-color: #E0D86A;
}
.BgClassName
{
background-color: #E0D86A;
}
</style>
border-color css
<style>
span { border-color: #E0D86A; }
span { border-color: rgb(224,216,106); }
td.TdClassName
{
border-color: #E0D86A;
}
.TagClassName
{
border-color: #E0D86A;
}
</style>