Shades of Goldenrod #E1DF64
Tints of Goldenrod #E1DF64
RGB
CMYK
RGB Variations
Color information
#E1DF64 (or 0xE1DF64) is known color: Goldenrod. HEX triplet: E1, DF and 64. RGB value is (225,223,100). Sum of RGB (Red+Green+Blue) = 225+223+100=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF64 is #1E209B. Grayscale: #D2D2D2. Windows color (decimal): -1974428 or 6610913. OLE color: 6610913.
HSL color Cylindrical-coordinate representation of color #E1DF64: hue angle of 59.04º 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 #E1DF64 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 100 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.12 |
| HSL | 59.04º | 0.68% | 0.64% | - |
| HSV(B) | 59.04º | 0.56% | 0.88% | - |
| XYZ | 59.74 | 69.7 | 22.36 | - |
| YUV | 209.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 100 | 0 | 0.01 | 0.56 | 0.12 | 59.04 | 0.68 | 0.64 |
| Hex | E1 | DF | 64 | 0 | 1 | 38 | C | 3B | 44 | 40 |
| Octal | 341 | 337 | 144 | 0 | 1 | 70 | 14 | 73 | 104 | 100 |
| Binary | 11100001 | 11011111 | 1100100 | 0 | 1 | 111000 | 1100 | 111011 | 1000100 | 1000000 |
Color Harmonies of #E1DF64
Complementary color
Monochromatic Colors of #E1DF64
Black with #E1DF64
Text Example
Text Example
White with #E1DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF64; }
p { color: rgb(225,223,100); }
H1.HeaderClassName
{
color: #E1DF64;
}
.AnyTagClassName
{
color: #E1DF64;
}
</style>
background-color css
<style>
a { background-color: #E1DF64; }
a { background-color: rgb(225,223,100); }
div.DivClassName
{
background-color: #E1DF64;
}
.BgClassName
{
background-color: #E1DF64;
}
</style>
border-color css
<style>
span { border-color: #E1DF64; }
span { border-color: rgb(225,223,100); }
td.TdClassName
{
border-color: #E1DF64;
}
.TagClassName
{
border-color: #E1DF64;
}
</style>