Shades of Goldenrod #E0E279
Tints of Goldenrod #E0E279
RGB
CMYK
RGB Variations
Color information
#E0E279 (or 0xE0E279) is known color: Goldenrod. HEX triplet: E0, E2 and 79. RGB value is (224,226,121). Sum of RGB (Red+Green+Blue) = 224+226+121=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 121 (47.66% from 255 or 21.19% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E279 is #1F1D86. Grayscale: #D5D5D5. Windows color (decimal): -2039175 or 7987936. OLE color: 7987936.
HSL color Cylindrical-coordinate representation of color #E0E279: hue angle of 61.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0E279 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 121 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.11 |
| HSL | 61.14º | 0.64% | 0.68% | - |
| HSV(B) | 61.14º | 0.46% | 0.89% | - |
| XYZ | 61.39 | 71.62 | 28.68 | - |
| YUV | 213.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 121 | 0.01 | 0 | 0.46 | 0.11 | 61.14 | 0.64 | 0.68 |
| Hex | E0 | E2 | 79 | 1 | 0 | 2E | B | 3D | 40 | 44 |
| Octal | 340 | 342 | 171 | 1 | 0 | 56 | 13 | 75 | 100 | 104 |
| Binary | 11100000 | 11100010 | 1111001 | 1 | 0 | 101110 | 1011 | 111101 | 1000000 | 1000100 |
Color Harmonies of #E0E279
Complementary color
Monochromatic Colors of #E0E279
Black with #E0E279
Text Example
Text Example
White with #E0E279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E279; }
p { color: rgb(224,226,121); }
H1.HeaderClassName
{
color: #E0E279;
}
.AnyTagClassName
{
color: #E0E279;
}
</style>
background-color css
<style>
a { background-color: #E0E279; }
a { background-color: rgb(224,226,121); }
div.DivClassName
{
background-color: #E0E279;
}
.BgClassName
{
background-color: #E0E279;
}
</style>
border-color css
<style>
span { border-color: #E0E279; }
span { border-color: rgb(224,226,121); }
td.TdClassName
{
border-color: #E0E279;
}
.TagClassName
{
border-color: #E0E279;
}
</style>