Shades of Lemon #E8F214
Tints of Lemon #E8F214
RGB
CMYK
RGB Variations
Color information
#E8F214 (or 0xE8F214) is known color: Lemon. HEX triplet: E8, F2 and 14. RGB value is (232,242,20). Sum of RGB (Red+Green+Blue) = 232+242+20=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F214 is #170DEB. Grayscale: #D6D6D6. Windows color (decimal): -1510892 or 1372904. OLE color: 1372904.
HSL color Cylindrical-coordinate representation of color #E8F214: hue angle of 62.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8F214 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.05 |
| HSL | 62.7º | 0.9% | 0.51% | - |
| HSV(B) | 62.7º | 0.92% | 0.95% | - |
| XYZ | 65.16 | 80.71 | 12.81 | - |
| YUV | 213.7 | 18.69 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 20 | 0.04 | 0 | 0.92 | 0.05 | 62.7 | 0.9 | 0.51 |
| Hex | E8 | F2 | 14 | 4 | 0 | 5C | 5 | 3F | 5A | 33 |
| Octal | 350 | 362 | 24 | 4 | 0 | 134 | 5 | 77 | 132 | 63 |
| Binary | 11101000 | 11110010 | 10100 | 100 | 0 | 1011100 | 101 | 111111 | 1011010 | 110011 |
Color Harmonies of #E8F214
Complementary color
Monochromatic Colors of #E8F214
Black with #E8F214
Text Example
Text Example
White with #E8F214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F214; }
p { color: rgb(232,242,20); }
H1.HeaderClassName
{
color: #E8F214;
}
.AnyTagClassName
{
color: #E8F214;
}
</style>
background-color css
<style>
a { background-color: #E8F214; }
a { background-color: rgb(232,242,20); }
div.DivClassName
{
background-color: #E8F214;
}
.BgClassName
{
background-color: #E8F214;
}
</style>
border-color css
<style>
span { border-color: #E8F214; }
span { border-color: rgb(232,242,20); }
td.TdClassName
{
border-color: #E8F214;
}
.TagClassName
{
border-color: #E8F214;
}
</style>