Shades of Lemon #E2E918
Tints of Lemon #E2E918
RGB
CMYK
RGB Variations
Color information
#E2E918 (or 0xE2E918) is known color: Lemon. HEX triplet: E2, E9 and 18. RGB value is (226,233,24). Sum of RGB (Red+Green+Blue) = 226+233+24=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E918 is #1D16E7. Grayscale: #CFCFCF. Windows color (decimal): -1906408 or 1632738. OLE color: 1632738.
HSL color Cylindrical-coordinate representation of color #E2E918: hue angle of 62.01º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2E918 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 24 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.09 |
| HSL | 62.01º | 0.83% | 0.5% | - |
| HSV(B) | 62.01º | 0.9% | 0.91% | - |
| XYZ | 60.67 | 74.51 | 12.05 | - |
| YUV | 207.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 24 | 0.03 | 0 | 0.90 | 0.09 | 62.01 | 0.83 | 0.5 |
| Hex | E2 | E9 | 18 | 3 | 0 | 5A | 9 | 3E | 53 | 32 |
| Octal | 342 | 351 | 30 | 3 | 0 | 132 | 11 | 76 | 123 | 62 |
| Binary | 11100010 | 11101001 | 11000 | 11 | 0 | 1011010 | 1001 | 111110 | 1010011 | 110010 |
Color Harmonies of #E2E918
Complementary color
Monochromatic Colors of #E2E918
Black with #E2E918
Text Example
Text Example
White with #E2E918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E918; }
p { color: rgb(226,233,24); }
H1.HeaderClassName
{
color: #E2E918;
}
.AnyTagClassName
{
color: #E2E918;
}
</style>
background-color css
<style>
a { background-color: #E2E918; }
a { background-color: rgb(226,233,24); }
div.DivClassName
{
background-color: #E2E918;
}
.BgClassName
{
background-color: #E2E918;
}
</style>
border-color css
<style>
span { border-color: #E2E918; }
span { border-color: rgb(226,233,24); }
td.TdClassName
{
border-color: #E2E918;
}
.TagClassName
{
border-color: #E2E918;
}
</style>