Shades of Lemon #E2E211
Tints of Lemon #E2E211
RGB
CMYK
RGB Variations
Color information
#E2E211 (or 0xE2E211) is known color: Lemon. HEX triplet: E2, E2 and 11. RGB value is (226,226,17). Sum of RGB (Red+Green+Blue) = 226+226+17=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E211 is #1D1DEE. Grayscale: #CBCBCB. Windows color (decimal): -1908207 or 1172194. OLE color: 1172194.
HSL color Cylindrical-coordinate representation of color #E2E211: hue angle of 60º 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 #E2E211 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 226 | 17 | - |
| CMYK | 0 | 0 | 0.92 | 0.11 |
| HSL | 60º | 0.86% | 0.48% | - |
| HSV(B) | 60º | 0.92% | 0.89% | - |
| XYZ | 58.66 | 70.6 | 11.07 | - |
| YUV | 202.17 | 23.5 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 226 | 17 | 0 | 0 | 0.92 | 0.11 | 60 | 0.86 | 0.48 |
| Hex | E2 | E2 | 11 | 0 | 0 | 5C | B | 3C | 56 | 30 |
| Octal | 342 | 342 | 21 | 0 | 0 | 134 | 13 | 74 | 126 | 60 |
| Binary | 11100010 | 11100010 | 10001 | 0 | 0 | 1011100 | 1011 | 111100 | 1010110 | 110000 |
Color Harmonies of #E2E211
Complementary color
Monochromatic Colors of #E2E211
Black with #E2E211
Text Example
Text Example
White with #E2E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E211; }
p { color: rgb(226,226,17); }
H1.HeaderClassName
{
color: #E2E211;
}
.AnyTagClassName
{
color: #E2E211;
}
</style>
background-color css
<style>
a { background-color: #E2E211; }
a { background-color: rgb(226,226,17); }
div.DivClassName
{
background-color: #E2E211;
}
.BgClassName
{
background-color: #E2E211;
}
</style>
border-color css
<style>
span { border-color: #E2E211; }
span { border-color: rgb(226,226,17); }
td.TdClassName
{
border-color: #E2E211;
}
.TagClassName
{
border-color: #E2E211;
}
</style>