Shades of Goldenrod #E0D972
Tints of Goldenrod #E0D972
RGB
CMYK
RGB Variations
Color information
#E0D972 (or 0xE0D972) is known color: Goldenrod. HEX triplet: E0, D9 and 72. RGB value is (224,217,114). Sum of RGB (Red+Green+Blue) = 224+217+114=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D972 is #1F268D. Grayscale: #CFCFCF. Windows color (decimal): -2041486 or 7526880. OLE color: 7526880.
HSL color Cylindrical-coordinate representation of color #E0D972: hue angle of 56.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0D972 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 114 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.12 |
| HSL | 56.18º | 0.64% | 0.66% | - |
| HSV(B) | 56.18º | 0.49% | 0.88% | - |
| XYZ | 58.59 | 66.69 | 25.7 | - |
| YUV | 207.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 114 | 0 | 0.03 | 0.49 | 0.12 | 56.18 | 0.64 | 0.66 |
| Hex | E0 | D9 | 72 | 0 | 3 | 31 | C | 38 | 40 | 42 |
| Octal | 340 | 331 | 162 | 0 | 3 | 61 | 14 | 70 | 100 | 102 |
| Binary | 11100000 | 11011001 | 1110010 | 0 | 11 | 110001 | 1100 | 111000 | 1000000 | 1000010 |
Color Harmonies of #E0D972
Complementary color
Monochromatic Colors of #E0D972
Black with #E0D972
Text Example
Text Example
White with #E0D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D972; }
p { color: rgb(224,217,114); }
H1.HeaderClassName
{
color: #E0D972;
}
.AnyTagClassName
{
color: #E0D972;
}
</style>
background-color css
<style>
a { background-color: #E0D972; }
a { background-color: rgb(224,217,114); }
div.DivClassName
{
background-color: #E0D972;
}
.BgClassName
{
background-color: #E0D972;
}
</style>
border-color css
<style>
span { border-color: #E0D972; }
span { border-color: rgb(224,217,114); }
td.TdClassName
{
border-color: #E0D972;
}
.TagClassName
{
border-color: #E0D972;
}
</style>