Shades of Lemon #E8F113
Tints of Lemon #E8F113
RGB
CMYK
RGB Variations
Color information
#E8F113 (or 0xE8F113) is known color: Lemon. HEX triplet: E8, F1 and 13. RGB value is (232,241,19). Sum of RGB (Red+Green+Blue) = 232+241+19=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F113 is #170EEC. Grayscale: #D5D5D5. Windows color (decimal): -1511149 or 1307112. OLE color: 1307112.
HSL color Cylindrical-coordinate representation of color #E8F113: hue angle of 62.43º degrees, saturation: 0.89, 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 #E8F113 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 19 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.05 |
| HSL | 62.43º | 0.89% | 0.51% | - |
| HSV(B) | 62.43º | 0.92% | 0.95% | - |
| XYZ | 64.85 | 80.11 | 12.66 | - |
| YUV | 213 | 18.52 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 19 | 0.04 | 0 | 0.92 | 0.05 | 62.43 | 0.89 | 0.51 |
| Hex | E8 | F1 | 13 | 4 | 0 | 5C | 5 | 3E | 59 | 33 |
| Octal | 350 | 361 | 23 | 4 | 0 | 134 | 5 | 76 | 131 | 63 |
| Binary | 11101000 | 11110001 | 10011 | 100 | 0 | 1011100 | 101 | 111110 | 1011001 | 110011 |
Color Harmonies of #E8F113
Complementary color
Monochromatic Colors of #E8F113
Black with #E8F113
Text Example
Text Example
White with #E8F113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F113; }
p { color: rgb(232,241,19); }
H1.HeaderClassName
{
color: #E8F113;
}
.AnyTagClassName
{
color: #E8F113;
}
</style>
background-color css
<style>
a { background-color: #E8F113; }
a { background-color: rgb(232,241,19); }
div.DivClassName
{
background-color: #E8F113;
}
.BgClassName
{
background-color: #E8F113;
}
</style>
border-color css
<style>
span { border-color: #E8F113; }
span { border-color: rgb(232,241,19); }
td.TdClassName
{
border-color: #E8F113;
}
.TagClassName
{
border-color: #E8F113;
}
</style>