Shades of Goldenrod #E2E079
Tints of Goldenrod #E2E079
RGB
CMYK
RGB Variations
Color information
#E2E079 (or 0xE2E079) is known color: Goldenrod. HEX triplet: E2, E0 and 79. RGB value is (226,224,121). Sum of RGB (Red+Green+Blue) = 226+224+121=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 121 (47.66% from 255 or 21.19% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E079 is #1D1F86. Grayscale: #D5D5D5. Windows color (decimal): -1908615 or 7987426. OLE color: 7987426.
HSL color Cylindrical-coordinate representation of color #E2E079: hue angle of 58.86º 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 #E2E079 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 121 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.11 |
| HSL | 58.86º | 0.64% | 0.68% | - |
| HSV(B) | 58.86º | 0.46% | 0.89% | - |
| XYZ | 61.47 | 70.86 | 28.53 | - |
| YUV | 212.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 121 | 0 | 0.01 | 0.46 | 0.11 | 58.86 | 0.64 | 0.68 |
| Hex | E2 | E0 | 79 | 0 | 1 | 2E | B | 3B | 40 | 44 |
| Octal | 342 | 340 | 171 | 0 | 1 | 56 | 13 | 73 | 100 | 104 |
| Binary | 11100010 | 11100000 | 1111001 | 0 | 1 | 101110 | 1011 | 111011 | 1000000 | 1000100 |
Color Harmonies of #E2E079
Complementary color
Monochromatic Colors of #E2E079
Black with #E2E079
Text Example
Text Example
White with #E2E079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E079; }
p { color: rgb(226,224,121); }
H1.HeaderClassName
{
color: #E2E079;
}
.AnyTagClassName
{
color: #E2E079;
}
</style>
background-color css
<style>
a { background-color: #E2E079; }
a { background-color: rgb(226,224,121); }
div.DivClassName
{
background-color: #E2E079;
}
.BgClassName
{
background-color: #E2E079;
}
</style>
border-color css
<style>
span { border-color: #E2E079; }
span { border-color: rgb(226,224,121); }
td.TdClassName
{
border-color: #E2E079;
}
.TagClassName
{
border-color: #E2E079;
}
</style>