Shades of Goldenrod #E1DD6C
Tints of Goldenrod #E1DD6C
RGB
CMYK
RGB Variations
Color information
#E1DD6C (or 0xE1DD6C) is known color: Goldenrod. HEX triplet: E1, DD and 6C. RGB value is (225,221,108). Sum of RGB (Red+Green+Blue) = 225+221+108=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD6C is #1E2293. Grayscale: #D1D1D1. Windows color (decimal): -1974932 or 7134689. OLE color: 7134689.
HSL color Cylindrical-coordinate representation of color #E1DD6C: hue angle of 57.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1DD6C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 108 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.12 |
| HSL | 57.95º | 0.66% | 0.65% | - |
| HSV(B) | 57.95º | 0.52% | 0.88% | - |
| XYZ | 59.61 | 68.8 | 24.33 | - |
| YUV | 209.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 108 | 0 | 0.02 | 0.52 | 0.12 | 57.95 | 0.66 | 0.65 |
| Hex | E1 | DD | 6C | 0 | 2 | 34 | C | 3A | 42 | 41 |
| Octal | 341 | 335 | 154 | 0 | 2 | 64 | 14 | 72 | 102 | 101 |
| Binary | 11100001 | 11011101 | 1101100 | 0 | 10 | 110100 | 1100 | 111010 | 1000010 | 1000001 |
Color Harmonies of #E1DD6C
Complementary color
Monochromatic Colors of #E1DD6C
Black with #E1DD6C
Text Example
Text Example
White with #E1DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD6C; }
p { color: rgb(225,221,108); }
H1.HeaderClassName
{
color: #E1DD6C;
}
.AnyTagClassName
{
color: #E1DD6C;
}
</style>
background-color css
<style>
a { background-color: #E1DD6C; }
a { background-color: rgb(225,221,108); }
div.DivClassName
{
background-color: #E1DD6C;
}
.BgClassName
{
background-color: #E1DD6C;
}
</style>
border-color css
<style>
span { border-color: #E1DD6C; }
span { border-color: rgb(225,221,108); }
td.TdClassName
{
border-color: #E1DD6C;
}
.TagClassName
{
border-color: #E1DD6C;
}
</style>