Shades of Goldenrod #E1DB74
Tints of Goldenrod #E1DB74
RGB
CMYK
RGB Variations
Color information
#E1DB74 (or 0xE1DB74) is known color: Goldenrod. HEX triplet: E1, DB and 74. RGB value is (225,219,116). Sum of RGB (Red+Green+Blue) = 225+219+116=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB74 is #1E248B. Grayscale: #D1D1D1. Windows color (decimal): -1975436 or 7658465. OLE color: 7658465.
HSL color Cylindrical-coordinate representation of color #E1DB74: hue angle of 56.7º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1DB74 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 116 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.12 |
| HSL | 56.7º | 0.64% | 0.67% | - |
| HSV(B) | 56.7º | 0.48% | 0.88% | - |
| XYZ | 59.54 | 67.93 | 26.5 | - |
| YUV | 209.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 116 | 0 | 0.03 | 0.48 | 0.12 | 56.7 | 0.64 | 0.67 |
| Hex | E1 | DB | 74 | 0 | 3 | 30 | C | 39 | 40 | 43 |
| Octal | 341 | 333 | 164 | 0 | 3 | 60 | 14 | 71 | 100 | 103 |
| Binary | 11100001 | 11011011 | 1110100 | 0 | 11 | 110000 | 1100 | 111001 | 1000000 | 1000011 |
Color Harmonies of #E1DB74
Complementary color
Monochromatic Colors of #E1DB74
Black with #E1DB74
Text Example
Text Example
White with #E1DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB74; }
p { color: rgb(225,219,116); }
H1.HeaderClassName
{
color: #E1DB74;
}
.AnyTagClassName
{
color: #E1DB74;
}
</style>
background-color css
<style>
a { background-color: #E1DB74; }
a { background-color: rgb(225,219,116); }
div.DivClassName
{
background-color: #E1DB74;
}
.BgClassName
{
background-color: #E1DB74;
}
</style>
border-color css
<style>
span { border-color: #E1DB74; }
span { border-color: rgb(225,219,116); }
td.TdClassName
{
border-color: #E1DB74;
}
.TagClassName
{
border-color: #E1DB74;
}
</style>