Shades of Lemon #E8F21C
Tints of Lemon #E8F21C
RGB
CMYK
RGB Variations
Color information
#E8F21C (or 0xE8F21C) is known color: Lemon. HEX triplet: E8, F2 and 1C. RGB value is (232,242,28). Sum of RGB (Red+Green+Blue) = 232+242+28=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 28 (11.33% from 255 or 5.58% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F21C is #170DE3. Grayscale: #D7D7D7. Windows color (decimal): -1510884 or 1897192. OLE color: 1897192.
HSL color Cylindrical-coordinate representation of color #E8F21C: hue angle of 62.8º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8F21C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 28 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.05 |
| HSL | 62.8º | 0.89% | 0.53% | - |
| HSV(B) | 62.8º | 0.88% | 0.95% | - |
| XYZ | 65.24 | 80.74 | 13.25 | - |
| YUV | 214.61 | 22.69 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 28 | 0.04 | 0 | 0.88 | 0.05 | 62.8 | 0.89 | 0.53 |
| Hex | E8 | F2 | 1C | 4 | 0 | 58 | 5 | 3F | 59 | 35 |
| Octal | 350 | 362 | 34 | 4 | 0 | 130 | 5 | 77 | 131 | 65 |
| Binary | 11101000 | 11110010 | 11100 | 100 | 0 | 1011000 | 101 | 111111 | 1011001 | 110101 |
Color Harmonies of #E8F21C
Complementary color
Monochromatic Colors of #E8F21C
Black with #E8F21C
Text Example
Text Example
White with #E8F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F21C; }
p { color: rgb(232,242,28); }
H1.HeaderClassName
{
color: #E8F21C;
}
.AnyTagClassName
{
color: #E8F21C;
}
</style>
background-color css
<style>
a { background-color: #E8F21C; }
a { background-color: rgb(232,242,28); }
div.DivClassName
{
background-color: #E8F21C;
}
.BgClassName
{
background-color: #E8F21C;
}
</style>
border-color css
<style>
span { border-color: #E8F21C; }
span { border-color: rgb(232,242,28); }
td.TdClassName
{
border-color: #E8F21C;
}
.TagClassName
{
border-color: #E8F21C;
}
</style>