Shades of Goldenrod #E0DB7A
Tints of Goldenrod #E0DB7A
RGB
CMYK
RGB Variations
Color information
#E0DB7A (or 0xE0DB7A) is known color: Goldenrod. HEX triplet: E0, DB and 7A. RGB value is (224,219,122). Sum of RGB (Red+Green+Blue) = 224+219+122=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB7A is #1F2485. Grayscale: #D1D1D1. Windows color (decimal): -2040966 or 8051680. OLE color: 8051680.
HSL color Cylindrical-coordinate representation of color #E0DB7A: hue angle of 57.06º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0DB7A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 122 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.12 |
| HSL | 57.06º | 0.62% | 0.68% | - |
| HSV(B) | 57.06º | 0.46% | 0.88% | - |
| XYZ | 59.58 | 67.92 | 28.38 | - |
| YUV | 209.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 122 | 0 | 0.02 | 0.46 | 0.12 | 57.06 | 0.62 | 0.68 |
| Hex | E0 | DB | 7A | 0 | 2 | 2E | C | 39 | 3E | 44 |
| Octal | 340 | 333 | 172 | 0 | 2 | 56 | 14 | 71 | 76 | 104 |
| Binary | 11100000 | 11011011 | 1111010 | 0 | 10 | 101110 | 1100 | 111001 | 111110 | 1000100 |
Color Harmonies of #E0DB7A
Complementary color
Monochromatic Colors of #E0DB7A
Black with #E0DB7A
Text Example
Text Example
White with #E0DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB7A; }
p { color: rgb(224,219,122); }
H1.HeaderClassName
{
color: #E0DB7A;
}
.AnyTagClassName
{
color: #E0DB7A;
}
</style>
background-color css
<style>
a { background-color: #E0DB7A; }
a { background-color: rgb(224,219,122); }
div.DivClassName
{
background-color: #E0DB7A;
}
.BgClassName
{
background-color: #E0DB7A;
}
</style>
border-color css
<style>
span { border-color: #E0DB7A; }
span { border-color: rgb(224,219,122); }
td.TdClassName
{
border-color: #E0DB7A;
}
.TagClassName
{
border-color: #E0DB7A;
}
</style>