Shades of Goldenrod #E0E26E
Tints of Goldenrod #E0E26E
RGB
CMYK
RGB Variations
Color information
#E0E26E (or 0xE0E26E) is known color: Goldenrod. HEX triplet: E0, E2 and 6E. RGB value is (224,226,110). Sum of RGB (Red+Green+Blue) = 224+226+110=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E26E is #1F1D91. Grayscale: #D4D4D4. Windows color (decimal): -2039186 or 7267040. OLE color: 7267040.
HSL color Cylindrical-coordinate representation of color #E0E26E: hue angle of 61.03º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0E26E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 110 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.11 |
| HSL | 61.03º | 0.67% | 0.66% | - |
| HSV(B) | 61.03º | 0.51% | 0.89% | - |
| XYZ | 60.75 | 71.37 | 25.32 | - |
| YUV | 212.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 110 | 0.01 | 0 | 0.51 | 0.11 | 61.03 | 0.67 | 0.66 |
| Hex | E0 | E2 | 6E | 1 | 0 | 33 | B | 3D | 43 | 42 |
| Octal | 340 | 342 | 156 | 1 | 0 | 63 | 13 | 75 | 103 | 102 |
| Binary | 11100000 | 11100010 | 1101110 | 1 | 0 | 110011 | 1011 | 111101 | 1000011 | 1000010 |
Color Harmonies of #E0E26E
Complementary color
Monochromatic Colors of #E0E26E
Black with #E0E26E
Text Example
Text Example
White with #E0E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E26E; }
p { color: rgb(224,226,110); }
H1.HeaderClassName
{
color: #E0E26E;
}
.AnyTagClassName
{
color: #E0E26E;
}
</style>
background-color css
<style>
a { background-color: #E0E26E; }
a { background-color: rgb(224,226,110); }
div.DivClassName
{
background-color: #E0E26E;
}
.BgClassName
{
background-color: #E0E26E;
}
</style>
border-color css
<style>
span { border-color: #E0E26E; }
span { border-color: rgb(224,226,110); }
td.TdClassName
{
border-color: #E0E26E;
}
.TagClassName
{
border-color: #E0E26E;
}
</style>