Shades of Goldenrod #E1DB66
Tints of Goldenrod #E1DB66
RGB
CMYK
RGB Variations
Color information
#E1DB66 (or 0xE1DB66) is known color: Goldenrod. HEX triplet: E1, DB and 66. RGB value is (225,219,102). Sum of RGB (Red+Green+Blue) = 225+219+102=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB66 is #1E2499. Grayscale: #CFCFCF. Windows color (decimal): -1975450 or 6740961. OLE color: 6740961.
HSL color Cylindrical-coordinate representation of color #E1DB66: hue angle of 57.07º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1DB66 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 102 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.12 |
| HSL | 57.07º | 0.67% | 0.64% | - |
| HSV(B) | 57.07º | 0.55% | 0.88% | - |
| XYZ | 58.78 | 67.63 | 22.53 | - |
| YUV | 207.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 102 | 0 | 0.03 | 0.55 | 0.12 | 57.07 | 0.67 | 0.64 |
| Hex | E1 | DB | 66 | 0 | 3 | 37 | C | 39 | 43 | 40 |
| Octal | 341 | 333 | 146 | 0 | 3 | 67 | 14 | 71 | 103 | 100 |
| Binary | 11100001 | 11011011 | 1100110 | 0 | 11 | 110111 | 1100 | 111001 | 1000011 | 1000000 |
Color Harmonies of #E1DB66
Complementary color
Monochromatic Colors of #E1DB66
Black with #E1DB66
Text Example
Text Example
White with #E1DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB66; }
p { color: rgb(225,219,102); }
H1.HeaderClassName
{
color: #E1DB66;
}
.AnyTagClassName
{
color: #E1DB66;
}
</style>
background-color css
<style>
a { background-color: #E1DB66; }
a { background-color: rgb(225,219,102); }
div.DivClassName
{
background-color: #E1DB66;
}
.BgClassName
{
background-color: #E1DB66;
}
</style>
border-color css
<style>
span { border-color: #E1DB66; }
span { border-color: rgb(225,219,102); }
td.TdClassName
{
border-color: #E1DB66;
}
.TagClassName
{
border-color: #E1DB66;
}
</style>