Shades of Goldenrod #E1DC65
Tints of Goldenrod #E1DC65
RGB
CMYK
RGB Variations
Color information
#E1DC65 (or 0xE1DC65) is known color: Goldenrod. HEX triplet: E1, DC and 65. RGB value is (225,220,101). Sum of RGB (Red+Green+Blue) = 225+220+101=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC65 is #1E239A. Grayscale: #D0D0D0. Windows color (decimal): -1975195 or 6675681. OLE color: 6675681.
HSL color Cylindrical-coordinate representation of color #E1DC65: hue angle of 57.58º 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 #E1DC65 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 101 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.12 |
| HSL | 57.58º | 0.67% | 0.64% | - |
| HSV(B) | 57.58º | 0.55% | 0.88% | - |
| XYZ | 58.99 | 68.13 | 22.35 | - |
| YUV | 207.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 101 | 0 | 0.02 | 0.55 | 0.12 | 57.58 | 0.67 | 0.64 |
| Hex | E1 | DC | 65 | 0 | 2 | 37 | C | 3A | 43 | 40 |
| Octal | 341 | 334 | 145 | 0 | 2 | 67 | 14 | 72 | 103 | 100 |
| Binary | 11100001 | 11011100 | 1100101 | 0 | 10 | 110111 | 1100 | 111010 | 1000011 | 1000000 |
Color Harmonies of #E1DC65
Complementary color
Monochromatic Colors of #E1DC65
Black with #E1DC65
Text Example
Text Example
White with #E1DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC65; }
p { color: rgb(225,220,101); }
H1.HeaderClassName
{
color: #E1DC65;
}
.AnyTagClassName
{
color: #E1DC65;
}
</style>
background-color css
<style>
a { background-color: #E1DC65; }
a { background-color: rgb(225,220,101); }
div.DivClassName
{
background-color: #E1DC65;
}
.BgClassName
{
background-color: #E1DC65;
}
</style>
border-color css
<style>
span { border-color: #E1DC65; }
span { border-color: rgb(225,220,101); }
td.TdClassName
{
border-color: #E1DC65;
}
.TagClassName
{
border-color: #E1DC65;
}
</style>