Shades of Goldenrod #E2DD71
Tints of Goldenrod #E2DD71
RGB
CMYK
RGB Variations
Color information
#E2DD71 (or 0xE2DD71) is known color: Goldenrod. HEX triplet: E2, DD and 71. RGB value is (226,221,113). Sum of RGB (Red+Green+Blue) = 226+221+113=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD71 is #1D228E. Grayscale: #D2D2D2. Windows color (decimal): -1909391 or 7462370. OLE color: 7462370.
HSL color Cylindrical-coordinate representation of color #E2DD71: hue angle of 57.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2DD71 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 113 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.11 |
| HSL | 57.35º | 0.66% | 0.66% | - |
| HSV(B) | 57.35º | 0.5% | 0.89% | - |
| XYZ | 60.2 | 69.07 | 25.78 | - |
| YUV | 210.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 113 | 0 | 0.02 | 0.5 | 0.11 | 57.35 | 0.66 | 0.66 |
| Hex | E2 | DD | 71 | 0 | 2 | 32 | B | 39 | 42 | 42 |
| Octal | 342 | 335 | 161 | 0 | 2 | 62 | 13 | 71 | 102 | 102 |
| Binary | 11100010 | 11011101 | 1110001 | 0 | 10 | 110010 | 1011 | 111001 | 1000010 | 1000010 |
Color Harmonies of #E2DD71
Complementary color
Monochromatic Colors of #E2DD71
Black with #E2DD71
Text Example
Text Example
White with #E2DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD71; }
p { color: rgb(226,221,113); }
H1.HeaderClassName
{
color: #E2DD71;
}
.AnyTagClassName
{
color: #E2DD71;
}
</style>
background-color css
<style>
a { background-color: #E2DD71; }
a { background-color: rgb(226,221,113); }
div.DivClassName
{
background-color: #E2DD71;
}
.BgClassName
{
background-color: #E2DD71;
}
</style>
border-color css
<style>
span { border-color: #E2DD71; }
span { border-color: rgb(226,221,113); }
td.TdClassName
{
border-color: #E2DD71;
}
.TagClassName
{
border-color: #E2DD71;
}
</style>