Shades of Lemon #E2E815
Tints of Lemon #E2E815
RGB
CMYK
RGB Variations
Color information
#E2E815 (or 0xE2E815) is known color: Lemon. HEX triplet: E2, E8 and 15. RGB value is (226,232,21). Sum of RGB (Red+Green+Blue) = 226+232+21=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E815 is #1D17EA. Grayscale: #CECECE. Windows color (decimal): -1906667 or 1435874. OLE color: 1435874.
HSL color Cylindrical-coordinate representation of color #E2E815: hue angle of 61.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2E815 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.09 |
| HSL | 61.71º | 0.83% | 0.5% | - |
| HSV(B) | 61.71º | 0.91% | 0.91% | - |
| XYZ | 60.36 | 73.94 | 11.8 | - |
| YUV | 206.15 | 23.51 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 21 | 0.03 | 0 | 0.91 | 0.09 | 61.71 | 0.83 | 0.5 |
| Hex | E2 | E8 | 15 | 3 | 0 | 5B | 9 | 3E | 53 | 32 |
| Octal | 342 | 350 | 25 | 3 | 0 | 133 | 11 | 76 | 123 | 62 |
| Binary | 11100010 | 11101000 | 10101 | 11 | 0 | 1011011 | 1001 | 111110 | 1010011 | 110010 |
Color Harmonies of #E2E815
Complementary color
Monochromatic Colors of #E2E815
Black with #E2E815
Text Example
Text Example
White with #E2E815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E815; }
p { color: rgb(226,232,21); }
H1.HeaderClassName
{
color: #E2E815;
}
.AnyTagClassName
{
color: #E2E815;
}
</style>
background-color css
<style>
a { background-color: #E2E815; }
a { background-color: rgb(226,232,21); }
div.DivClassName
{
background-color: #E2E815;
}
.BgClassName
{
background-color: #E2E815;
}
</style>
border-color css
<style>
span { border-color: #E2E815; }
span { border-color: rgb(226,232,21); }
td.TdClassName
{
border-color: #E2E815;
}
.TagClassName
{
border-color: #E2E815;
}
</style>