Shades of Lemon #E8F216
Tints of Lemon #E8F216
RGB
CMYK
RGB Variations
Color information
#E8F216 (or 0xE8F216) is known color: Lemon. HEX triplet: E8, F2 and 16. RGB value is (232,242,22). Sum of RGB (Red+Green+Blue) = 232+242+22=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 22 (8.98% from 255 or 4.44% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F216 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F216 is #170DE9. Grayscale: #D6D6D6. Windows color (decimal): -1510890 or 1503976. OLE color: 1503976.
HSL color Cylindrical-coordinate representation of color #E8F216: hue angle of 62.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8F216 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 22 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.05 |
| HSL | 62.73º | 0.89% | 0.52% | - |
| HSV(B) | 62.73º | 0.91% | 0.95% | - |
| XYZ | 65.18 | 80.72 | 12.9 | - |
| YUV | 213.93 | 19.69 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 22 | 0.04 | 0 | 0.91 | 0.05 | 62.73 | 0.89 | 0.52 |
| Hex | E8 | F2 | 16 | 4 | 0 | 5B | 5 | 3F | 59 | 34 |
| Octal | 350 | 362 | 26 | 4 | 0 | 133 | 5 | 77 | 131 | 64 |
| Binary | 11101000 | 11110010 | 10110 | 100 | 0 | 1011011 | 101 | 111111 | 1011001 | 110100 |
Color Harmonies of #E8F216
Complementary color
Monochromatic Colors of #E8F216
Black with #E8F216
Text Example
Text Example
White with #E8F216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F216; }
p { color: rgb(232,242,22); }
H1.HeaderClassName
{
color: #E8F216;
}
.AnyTagClassName
{
color: #E8F216;
}
</style>
background-color css
<style>
a { background-color: #E8F216; }
a { background-color: rgb(232,242,22); }
div.DivClassName
{
background-color: #E8F216;
}
.BgClassName
{
background-color: #E8F216;
}
</style>
border-color css
<style>
span { border-color: #E8F216; }
span { border-color: rgb(232,242,22); }
td.TdClassName
{
border-color: #E8F216;
}
.TagClassName
{
border-color: #E8F216;
}
</style>