Shades of Lemon #E2E816
Tints of Lemon #E2E816
RGB
CMYK
RGB Variations
Color information
#E2E816 (or 0xE2E816) is known color: Lemon. HEX triplet: E2, E8 and 16. RGB value is (226,232,22). Sum of RGB (Red+Green+Blue) = 226+232+22=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E816 is #1D17E9. Grayscale: #CFCFCF. Windows color (decimal): -1906666 or 1501410. OLE color: 1501410.
HSL color Cylindrical-coordinate representation of color #E2E816: 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 #E2E816 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 22 | - |
| 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.37 | 73.94 | 11.85 | - |
| YUV | 206.27 | 24.01 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 22 | 0.03 | 0 | 0.91 | 0.09 | 61.71 | 0.83 | 0.5 |
| Hex | E2 | E8 | 16 | 3 | 0 | 5B | 9 | 3E | 53 | 32 |
| Octal | 342 | 350 | 26 | 3 | 0 | 133 | 11 | 76 | 123 | 62 |
| Binary | 11100010 | 11101000 | 10110 | 11 | 0 | 1011011 | 1001 | 111110 | 1010011 | 110010 |
Color Harmonies of #E2E816
Complementary color
Monochromatic Colors of #E2E816
Black with #E2E816
Text Example
Text Example
White with #E2E816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E816; }
p { color: rgb(226,232,22); }
H1.HeaderClassName
{
color: #E2E816;
}
.AnyTagClassName
{
color: #E2E816;
}
</style>
background-color css
<style>
a { background-color: #E2E816; }
a { background-color: rgb(226,232,22); }
div.DivClassName
{
background-color: #E2E816;
}
.BgClassName
{
background-color: #E2E816;
}
</style>
border-color css
<style>
span { border-color: #E2E816; }
span { border-color: rgb(226,232,22); }
td.TdClassName
{
border-color: #E2E816;
}
.TagClassName
{
border-color: #E2E816;
}
</style>