Shades of Lemon #E2E112
Tints of Lemon #E2E112
RGB
CMYK
RGB Variations
Color information
#E2E112 (or 0xE2E112) is known color: Lemon. HEX triplet: E2, E1 and 12. RGB value is (226,225,18). Sum of RGB (Red+Green+Blue) = 226+225+18=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E112 is #1D1EED. Grayscale: #CACACA. Windows color (decimal): -1908462 or 1237474. OLE color: 1237474.
HSL color Cylindrical-coordinate representation of color #E2E112: hue angle of 59.71º degrees, saturation: 0.85, 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 #E2E112 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 18 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.11 |
| HSL | 59.71º | 0.85% | 0.48% | - |
| HSV(B) | 59.71º | 0.92% | 0.89% | - |
| XYZ | 58.4 | 70.06 | 11.02 | - |
| YUV | 201.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 18 | 0 | 0.00 | 0.92 | 0.11 | 59.71 | 0.85 | 0.48 |
| Hex | E2 | E1 | 12 | 0 | 0 | 5C | B | 3C | 55 | 30 |
| Octal | 342 | 341 | 22 | 0 | 0 | 134 | 13 | 74 | 125 | 60 |
| Binary | 11100010 | 11100001 | 10010 | 0 | 0 | 1011100 | 1011 | 111100 | 1010101 | 110000 |
Color Harmonies of #E2E112
Complementary color
Monochromatic Colors of #E2E112
Black with #E2E112
Text Example
Text Example
White with #E2E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E112; }
p { color: rgb(226,225,18); }
H1.HeaderClassName
{
color: #E2E112;
}
.AnyTagClassName
{
color: #E2E112;
}
</style>
background-color css
<style>
a { background-color: #E2E112; }
a { background-color: rgb(226,225,18); }
div.DivClassName
{
background-color: #E2E112;
}
.BgClassName
{
background-color: #E2E112;
}
</style>
border-color css
<style>
span { border-color: #E2E112; }
span { border-color: rgb(226,225,18); }
td.TdClassName
{
border-color: #E2E112;
}
.TagClassName
{
border-color: #E2E112;
}
</style>