Shades of Goldenrod #E1DB73
Tints of Goldenrod #E1DB73
RGB
CMYK
RGB Variations
Color information
#E1DB73 (or 0xE1DB73) is known color: Goldenrod. HEX triplet: E1, DB and 73. RGB value is (225,219,115). Sum of RGB (Red+Green+Blue) = 225+219+115=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB73 is #1E248C. Grayscale: #D1D1D1. Windows color (decimal): -1975437 or 7592929. OLE color: 7592929.
HSL color Cylindrical-coordinate representation of color #E1DB73: hue angle of 56.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1DB73 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 115 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.12 |
| HSL | 56.73º | 0.65% | 0.67% | - |
| HSV(B) | 56.73º | 0.49% | 0.88% | - |
| XYZ | 59.48 | 67.91 | 26.19 | - |
| YUV | 208.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 115 | 0 | 0.03 | 0.49 | 0.12 | 56.73 | 0.65 | 0.67 |
| Hex | E1 | DB | 73 | 0 | 3 | 31 | C | 39 | 41 | 43 |
| Octal | 341 | 333 | 163 | 0 | 3 | 61 | 14 | 71 | 101 | 103 |
| Binary | 11100001 | 11011011 | 1110011 | 0 | 11 | 110001 | 1100 | 111001 | 1000001 | 1000011 |
Color Harmonies of #E1DB73
Complementary color
Monochromatic Colors of #E1DB73
Black with #E1DB73
Text Example
Text Example
White with #E1DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB73; }
p { color: rgb(225,219,115); }
H1.HeaderClassName
{
color: #E1DB73;
}
.AnyTagClassName
{
color: #E1DB73;
}
</style>
background-color css
<style>
a { background-color: #E1DB73; }
a { background-color: rgb(225,219,115); }
div.DivClassName
{
background-color: #E1DB73;
}
.BgClassName
{
background-color: #E1DB73;
}
</style>
border-color css
<style>
span { border-color: #E1DB73; }
span { border-color: rgb(225,219,115); }
td.TdClassName
{
border-color: #E1DB73;
}
.TagClassName
{
border-color: #E1DB73;
}
</style>