Shades of Goldenrod #E0DD7C
Tints of Goldenrod #E0DD7C
RGB
CMYK
RGB Variations
Color information
#E0DD7C (or 0xE0DD7C) is known color: Goldenrod. HEX triplet: E0, DD and 7C. RGB value is (224,221,124). Sum of RGB (Red+Green+Blue) = 224+221+124=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD7C is #1F2283. Grayscale: #D3D3D3. Windows color (decimal): -2040452 or 8183264. OLE color: 8183264.
HSL color Cylindrical-coordinate representation of color #E0DD7C: hue angle of 58.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0DD7C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 124 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.12 |
| HSL | 58.2º | 0.62% | 0.68% | - |
| HSV(B) | 58.2º | 0.45% | 0.88% | - |
| XYZ | 60.24 | 69.02 | 29.22 | - |
| YUV | 210.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 124 | 0 | 0.01 | 0.45 | 0.12 | 58.2 | 0.62 | 0.68 |
| Hex | E0 | DD | 7C | 0 | 1 | 2D | C | 3A | 3E | 44 |
| Octal | 340 | 335 | 174 | 0 | 1 | 55 | 14 | 72 | 76 | 104 |
| Binary | 11100000 | 11011101 | 1111100 | 0 | 1 | 101101 | 1100 | 111010 | 111110 | 1000100 |
Color Harmonies of #E0DD7C
Complementary color
Monochromatic Colors of #E0DD7C
Black with #E0DD7C
Text Example
Text Example
White with #E0DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD7C; }
p { color: rgb(224,221,124); }
H1.HeaderClassName
{
color: #E0DD7C;
}
.AnyTagClassName
{
color: #E0DD7C;
}
</style>
background-color css
<style>
a { background-color: #E0DD7C; }
a { background-color: rgb(224,221,124); }
div.DivClassName
{
background-color: #E0DD7C;
}
.BgClassName
{
background-color: #E0DD7C;
}
</style>
border-color css
<style>
span { border-color: #E0DD7C; }
span { border-color: rgb(224,221,124); }
td.TdClassName
{
border-color: #E0DD7C;
}
.TagClassName
{
border-color: #E0DD7C;
}
</style>