Shades of Lemon #E0E211
Tints of Lemon #E0E211
RGB
CMYK
RGB Variations
Color information
#E0E211 (or 0xE0E211) is known color: Lemon. HEX triplet: E0, E2 and 11. RGB value is (224,226,17). Sum of RGB (Red+Green+Blue) = 224+226+17=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E211 is #1F1DEE. Grayscale: #CACACA. Windows color (decimal): -2039279 or 1172192. OLE color: 1172192.
HSL color Cylindrical-coordinate representation of color #E0E211: hue angle of 60.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0E211 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 17 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.11 |
| HSL | 60.57º | 0.86% | 0.48% | - |
| HSV(B) | 60.57º | 0.92% | 0.89% | - |
| XYZ | 58.04 | 70.28 | 11.04 | - |
| YUV | 201.58 | 23.84 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 17 | 0.01 | 0 | 0.92 | 0.11 | 60.57 | 0.86 | 0.48 |
| Hex | E0 | E2 | 11 | 1 | 0 | 5C | B | 3D | 56 | 30 |
| Octal | 340 | 342 | 21 | 1 | 0 | 134 | 13 | 75 | 126 | 60 |
| Binary | 11100000 | 11100010 | 10001 | 1 | 0 | 1011100 | 1011 | 111101 | 1010110 | 110000 |
Color Harmonies of #E0E211
Complementary color
Monochromatic Colors of #E0E211
Black with #E0E211
Text Example
Text Example
White with #E0E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E211; }
p { color: rgb(224,226,17); }
H1.HeaderClassName
{
color: #E0E211;
}
.AnyTagClassName
{
color: #E0E211;
}
</style>
background-color css
<style>
a { background-color: #E0E211; }
a { background-color: rgb(224,226,17); }
div.DivClassName
{
background-color: #E0E211;
}
.BgClassName
{
background-color: #E0E211;
}
</style>
border-color css
<style>
span { border-color: #E0E211; }
span { border-color: rgb(224,226,17); }
td.TdClassName
{
border-color: #E0E211;
}
.TagClassName
{
border-color: #E0E211;
}
</style>