Shades of Goldenrod #E0DB6D
Tints of Goldenrod #E0DB6D
RGB
CMYK
RGB Variations
Color information
#E0DB6D (or 0xE0DB6D) is known color: Goldenrod. HEX triplet: E0, DB and 6D. RGB value is (224,219,109). Sum of RGB (Red+Green+Blue) = 224+219+109=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB6D is #1F2492. Grayscale: #D0D0D0. Windows color (decimal): -2040979 or 7199712. OLE color: 7199712.
HSL color Cylindrical-coordinate representation of color #E0DB6D: hue angle of 57.39º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0DB6D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 109 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.12 |
| HSL | 57.39º | 0.65% | 0.65% | - |
| HSV(B) | 57.39º | 0.51% | 0.88% | - |
| XYZ | 58.83 | 67.61 | 24.42 | - |
| YUV | 207.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 109 | 0 | 0.02 | 0.51 | 0.12 | 57.39 | 0.65 | 0.65 |
| Hex | E0 | DB | 6D | 0 | 2 | 33 | C | 39 | 41 | 41 |
| Octal | 340 | 333 | 155 | 0 | 2 | 63 | 14 | 71 | 101 | 101 |
| Binary | 11100000 | 11011011 | 1101101 | 0 | 10 | 110011 | 1100 | 111001 | 1000001 | 1000001 |
Color Harmonies of #E0DB6D
Complementary color
Monochromatic Colors of #E0DB6D
Black with #E0DB6D
Text Example
Text Example
White with #E0DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB6D; }
p { color: rgb(224,219,109); }
H1.HeaderClassName
{
color: #E0DB6D;
}
.AnyTagClassName
{
color: #E0DB6D;
}
</style>
background-color css
<style>
a { background-color: #E0DB6D; }
a { background-color: rgb(224,219,109); }
div.DivClassName
{
background-color: #E0DB6D;
}
.BgClassName
{
background-color: #E0DB6D;
}
</style>
border-color css
<style>
span { border-color: #E0DB6D; }
span { border-color: rgb(224,219,109); }
td.TdClassName
{
border-color: #E0DB6D;
}
.TagClassName
{
border-color: #E0DB6D;
}
</style>