Shades of Goldenrod #E1DE64
Tints of Goldenrod #E1DE64
RGB
CMYK
RGB Variations
Color information
#E1DE64 (or 0xE1DE64) is known color: Goldenrod. HEX triplet: E1, DE and 64. RGB value is (225,222,100). Sum of RGB (Red+Green+Blue) = 225+222+100=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE64 is #1E219B. Grayscale: #D1D1D1. Windows color (decimal): -1974684 or 6610657. OLE color: 6610657.
HSL color Cylindrical-coordinate representation of color #E1DE64: hue angle of 58.56º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1DE64 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 100 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.12 |
| HSL | 58.56º | 0.68% | 0.64% | - |
| HSV(B) | 58.56º | 0.56% | 0.88% | - |
| XYZ | 59.47 | 69.17 | 22.27 | - |
| YUV | 208.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 100 | 0 | 0.01 | 0.56 | 0.12 | 58.56 | 0.68 | 0.64 |
| Hex | E1 | DE | 64 | 0 | 1 | 38 | C | 3B | 44 | 40 |
| Octal | 341 | 336 | 144 | 0 | 1 | 70 | 14 | 73 | 104 | 100 |
| Binary | 11100001 | 11011110 | 1100100 | 0 | 1 | 111000 | 1100 | 111011 | 1000100 | 1000000 |
Color Harmonies of #E1DE64
Complementary color
Monochromatic Colors of #E1DE64
Black with #E1DE64
Text Example
Text Example
White with #E1DE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE64; }
p { color: rgb(225,222,100); }
H1.HeaderClassName
{
color: #E1DE64;
}
.AnyTagClassName
{
color: #E1DE64;
}
</style>
background-color css
<style>
a { background-color: #E1DE64; }
a { background-color: rgb(225,222,100); }
div.DivClassName
{
background-color: #E1DE64;
}
.BgClassName
{
background-color: #E1DE64;
}
</style>
border-color css
<style>
span { border-color: #E1DE64; }
span { border-color: rgb(225,222,100); }
td.TdClassName
{
border-color: #E1DE64;
}
.TagClassName
{
border-color: #E1DE64;
}
</style>