Shades of Goldenrod #E0E47A
Tints of Goldenrod #E0E47A
RGB
CMYK
RGB Variations
Color information
#E0E47A (or 0xE0E47A) is known color: Goldenrod. HEX triplet: E0, E4 and 7A. RGB value is (224,228,122). Sum of RGB (Red+Green+Blue) = 224+228+122=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E47A is #1F1B85. Grayscale: #D7D7D7. Windows color (decimal): -2038662 or 8053984. OLE color: 8053984.
HSL color Cylindrical-coordinate representation of color #E0E47A: hue angle of 62.26º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0E47A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 122 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.11 |
| HSL | 62.26º | 0.66% | 0.69% | - |
| HSV(B) | 62.26º | 0.46% | 0.89% | - |
| XYZ | 62 | 72.74 | 29.18 | - |
| YUV | 214.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 122 | 0.02 | 0 | 0.46 | 0.11 | 62.26 | 0.66 | 0.69 |
| Hex | E0 | E4 | 7A | 2 | 0 | 2E | B | 3E | 42 | 45 |
| Octal | 340 | 344 | 172 | 2 | 0 | 56 | 13 | 76 | 102 | 105 |
| Binary | 11100000 | 11100100 | 1111010 | 10 | 0 | 101110 | 1011 | 111110 | 1000010 | 1000101 |
Color Harmonies of #E0E47A
Complementary color
Monochromatic Colors of #E0E47A
Black with #E0E47A
Text Example
Text Example
White with #E0E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E47A; }
p { color: rgb(224,228,122); }
H1.HeaderClassName
{
color: #E0E47A;
}
.AnyTagClassName
{
color: #E0E47A;
}
</style>
background-color css
<style>
a { background-color: #E0E47A; }
a { background-color: rgb(224,228,122); }
div.DivClassName
{
background-color: #E0E47A;
}
.BgClassName
{
background-color: #E0E47A;
}
</style>
border-color css
<style>
span { border-color: #E0E47A; }
span { border-color: rgb(224,228,122); }
td.TdClassName
{
border-color: #E0E47A;
}
.TagClassName
{
border-color: #E0E47A;
}
</style>