Shades of Goldenrod #E1DD79
Tints of Goldenrod #E1DD79
RGB
CMYK
RGB Variations
Color information
#E1DD79 (or 0xE1DD79) is known color: Goldenrod. HEX triplet: E1, DD and 79. RGB value is (225,221,121). Sum of RGB (Red+Green+Blue) = 225+221+121=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD79 is #1E2286. Grayscale: #D3D3D3. Windows color (decimal): -1974919 or 7986657. OLE color: 7986657.
HSL color Cylindrical-coordinate representation of color #E1DD79: hue angle of 57.69º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1DD79 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 121 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.12 |
| HSL | 57.69º | 0.63% | 0.68% | - |
| HSV(B) | 57.69º | 0.46% | 0.88% | - |
| XYZ | 60.36 | 69.1 | 28.25 | - |
| YUV | 210.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 121 | 0 | 0.02 | 0.46 | 0.12 | 57.69 | 0.63 | 0.68 |
| Hex | E1 | DD | 79 | 0 | 2 | 2E | C | 3A | 3F | 44 |
| Octal | 341 | 335 | 171 | 0 | 2 | 56 | 14 | 72 | 77 | 104 |
| Binary | 11100001 | 11011101 | 1111001 | 0 | 10 | 101110 | 1100 | 111010 | 111111 | 1000100 |
Color Harmonies of #E1DD79
Complementary color
Monochromatic Colors of #E1DD79
Black with #E1DD79
Text Example
Text Example
White with #E1DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD79; }
p { color: rgb(225,221,121); }
H1.HeaderClassName
{
color: #E1DD79;
}
.AnyTagClassName
{
color: #E1DD79;
}
</style>
background-color css
<style>
a { background-color: #E1DD79; }
a { background-color: rgb(225,221,121); }
div.DivClassName
{
background-color: #E1DD79;
}
.BgClassName
{
background-color: #E1DD79;
}
</style>
border-color css
<style>
span { border-color: #E1DD79; }
span { border-color: rgb(225,221,121); }
td.TdClassName
{
border-color: #E1DD79;
}
.TagClassName
{
border-color: #E1DD79;
}
</style>