Shades of Lemon #E2EA15
Tints of Lemon #E2EA15
RGB
CMYK
RGB Variations
Color information
#E2EA15 (or 0xE2EA15) is known color: Lemon. HEX triplet: E2, EA and 15. RGB value is (226,234,21). Sum of RGB (Red+Green+Blue) = 226+234+21=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2EA15 is #1D15EA. Grayscale: #D0D0D0. Windows color (decimal): -1906155 or 1436386. OLE color: 1436386.
HSL color Cylindrical-coordinate representation of color #E2EA15: hue angle of 62.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2EA15 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.08 |
| HSL | 62.25º | 0.84% | 0.5% | - |
| HSV(B) | 62.25º | 0.91% | 0.92% | - |
| XYZ | 60.92 | 75.07 | 11.99 | - |
| YUV | 207.33 | 22.85 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 21 | 0.03 | 0 | 0.91 | 0.08 | 62.25 | 0.84 | 0.5 |
| Hex | E2 | EA | 15 | 3 | 0 | 5B | 8 | 3E | 54 | 32 |
| Octal | 342 | 352 | 25 | 3 | 0 | 133 | 10 | 76 | 124 | 62 |
| Binary | 11100010 | 11101010 | 10101 | 11 | 0 | 1011011 | 1000 | 111110 | 1010100 | 110010 |
Color Harmonies of #E2EA15
Complementary color
Monochromatic Colors of #E2EA15
Black with #E2EA15
Text Example
Text Example
White with #E2EA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA15; }
p { color: rgb(226,234,21); }
H1.HeaderClassName
{
color: #E2EA15;
}
.AnyTagClassName
{
color: #E2EA15;
}
</style>
background-color css
<style>
a { background-color: #E2EA15; }
a { background-color: rgb(226,234,21); }
div.DivClassName
{
background-color: #E2EA15;
}
.BgClassName
{
background-color: #E2EA15;
}
</style>
border-color css
<style>
span { border-color: #E2EA15; }
span { border-color: rgb(226,234,21); }
td.TdClassName
{
border-color: #E2EA15;
}
.TagClassName
{
border-color: #E2EA15;
}
</style>