Shades of Goldenrod #E1DB6B
Tints of Goldenrod #E1DB6B
RGB
CMYK
RGB Variations
Color information
#E1DB6B (or 0xE1DB6B) is known color: Goldenrod. HEX triplet: E1, DB and 6B. RGB value is (225,219,107). Sum of RGB (Red+Green+Blue) = 225+219+107=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB6B is #1E2494. Grayscale: #D0D0D0. Windows color (decimal): -1975445 or 7068641. OLE color: 7068641.
HSL color Cylindrical-coordinate representation of color #E1DB6B: hue angle of 56.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1DB6B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 107 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.12 |
| HSL | 56.95º | 0.66% | 0.65% | - |
| HSV(B) | 56.95º | 0.52% | 0.88% | - |
| XYZ | 59.04 | 67.73 | 23.87 | - |
| YUV | 208.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 107 | 0 | 0.03 | 0.52 | 0.12 | 56.95 | 0.66 | 0.65 |
| Hex | E1 | DB | 6B | 0 | 3 | 34 | C | 39 | 42 | 41 |
| Octal | 341 | 333 | 153 | 0 | 3 | 64 | 14 | 71 | 102 | 101 |
| Binary | 11100001 | 11011011 | 1101011 | 0 | 11 | 110100 | 1100 | 111001 | 1000010 | 1000001 |
Color Harmonies of #E1DB6B
Complementary color
Monochromatic Colors of #E1DB6B
Black with #E1DB6B
Text Example
Text Example
White with #E1DB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB6B; }
p { color: rgb(225,219,107); }
H1.HeaderClassName
{
color: #E1DB6B;
}
.AnyTagClassName
{
color: #E1DB6B;
}
</style>
background-color css
<style>
a { background-color: #E1DB6B; }
a { background-color: rgb(225,219,107); }
div.DivClassName
{
background-color: #E1DB6B;
}
.BgClassName
{
background-color: #E1DB6B;
}
</style>
border-color css
<style>
span { border-color: #E1DB6B; }
span { border-color: rgb(225,219,107); }
td.TdClassName
{
border-color: #E1DB6B;
}
.TagClassName
{
border-color: #E1DB6B;
}
</style>