Shades of Lemon #E8EA16
Tints of Lemon #E8EA16
RGB
CMYK
RGB Variations
Color information
#E8EA16 (or 0xE8EA16) is known color: Lemon. HEX triplet: E8, EA and 16. RGB value is (232,234,22). Sum of RGB (Red+Green+Blue) = 232+234+22=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EA16 is #1715E9. Grayscale: #D2D2D2. Windows color (decimal): -1512938 or 1501928. OLE color: 1501928.
HSL color Cylindrical-coordinate representation of color #E8EA16: hue angle of 60.57º degrees, saturation: 0.83, 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 #E8EA16 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 22 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.08 |
| HSL | 60.57º | 0.83% | 0.5% | - |
| HSV(B) | 60.57º | 0.91% | 0.92% | - |
| XYZ | 62.85 | 76.06 | 12.13 | - |
| YUV | 209.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 22 | 0.01 | 0 | 0.91 | 0.08 | 60.57 | 0.83 | 0.5 |
| Hex | E8 | EA | 16 | 1 | 0 | 5B | 8 | 3D | 53 | 32 |
| Octal | 350 | 352 | 26 | 1 | 0 | 133 | 10 | 75 | 123 | 62 |
| Binary | 11101000 | 11101010 | 10110 | 1 | 0 | 1011011 | 1000 | 111101 | 1010011 | 110010 |
Color Harmonies of #E8EA16
Complementary color
Monochromatic Colors of #E8EA16
Black with #E8EA16
Text Example
Text Example
White with #E8EA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EA16; }
p { color: rgb(232,234,22); }
H1.HeaderClassName
{
color: #E8EA16;
}
.AnyTagClassName
{
color: #E8EA16;
}
</style>
background-color css
<style>
a { background-color: #E8EA16; }
a { background-color: rgb(232,234,22); }
div.DivClassName
{
background-color: #E8EA16;
}
.BgClassName
{
background-color: #E8EA16;
}
</style>
border-color css
<style>
span { border-color: #E8EA16; }
span { border-color: rgb(232,234,22); }
td.TdClassName
{
border-color: #E8EA16;
}
.TagClassName
{
border-color: #E8EA16;
}
</style>