Shades of Goldenrod #E1DB6E
Tints of Goldenrod #E1DB6E
RGB
CMYK
RGB Variations
Color information
#E1DB6E (or 0xE1DB6E) is known color: Goldenrod. HEX triplet: E1, DB and 6E. RGB value is (225,219,110). Sum of RGB (Red+Green+Blue) = 225+219+110=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB6E is #1E2491. Grayscale: #D0D0D0. Windows color (decimal): -1975442 or 7265249. OLE color: 7265249.
HSL color Cylindrical-coordinate representation of color #E1DB6E: hue angle of 56.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1DB6E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 110 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.12 |
| HSL | 56.87º | 0.66% | 0.66% | - |
| HSV(B) | 56.87º | 0.51% | 0.88% | - |
| XYZ | 59.2 | 67.8 | 24.72 | - |
| YUV | 208.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 110 | 0 | 0.03 | 0.51 | 0.12 | 56.87 | 0.66 | 0.66 |
| Hex | E1 | DB | 6E | 0 | 3 | 33 | C | 39 | 42 | 42 |
| Octal | 341 | 333 | 156 | 0 | 3 | 63 | 14 | 71 | 102 | 102 |
| Binary | 11100001 | 11011011 | 1101110 | 0 | 11 | 110011 | 1100 | 111001 | 1000010 | 1000010 |
Color Harmonies of #E1DB6E
Complementary color
Monochromatic Colors of #E1DB6E
Black with #E1DB6E
Text Example
Text Example
White with #E1DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB6E; }
p { color: rgb(225,219,110); }
H1.HeaderClassName
{
color: #E1DB6E;
}
.AnyTagClassName
{
color: #E1DB6E;
}
</style>
background-color css
<style>
a { background-color: #E1DB6E; }
a { background-color: rgb(225,219,110); }
div.DivClassName
{
background-color: #E1DB6E;
}
.BgClassName
{
background-color: #E1DB6E;
}
</style>
border-color css
<style>
span { border-color: #E1DB6E; }
span { border-color: rgb(225,219,110); }
td.TdClassName
{
border-color: #E1DB6E;
}
.TagClassName
{
border-color: #E1DB6E;
}
</style>