Shades of Lemon #E8F115
Tints of Lemon #E8F115
RGB
CMYK
RGB Variations
Color information
#E8F115 (or 0xE8F115) is known color: Lemon. HEX triplet: E8, F1 and 15. RGB value is (232,241,21). Sum of RGB (Red+Green+Blue) = 232+241+21=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 21 (8.59% from 255 or 4.25% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F115 is #170EEA. Grayscale: #D6D6D6. Windows color (decimal): -1511147 or 1438184. OLE color: 1438184.
HSL color Cylindrical-coordinate representation of color #E8F115: hue angle of 62.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8F115 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.05 |
| HSL | 62.45º | 0.89% | 0.51% | - |
| HSV(B) | 62.45º | 0.91% | 0.95% | - |
| XYZ | 64.87 | 80.12 | 12.76 | - |
| YUV | 213.23 | 19.52 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 21 | 0.04 | 0 | 0.91 | 0.05 | 62.45 | 0.89 | 0.51 |
| Hex | E8 | F1 | 15 | 4 | 0 | 5B | 5 | 3E | 59 | 33 |
| Octal | 350 | 361 | 25 | 4 | 0 | 133 | 5 | 76 | 131 | 63 |
| Binary | 11101000 | 11110001 | 10101 | 100 | 0 | 1011011 | 101 | 111110 | 1011001 | 110011 |
Color Harmonies of #E8F115
Complementary color
Monochromatic Colors of #E8F115
Black with #E8F115
Text Example
Text Example
White with #E8F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F115; }
p { color: rgb(232,241,21); }
H1.HeaderClassName
{
color: #E8F115;
}
.AnyTagClassName
{
color: #E8F115;
}
</style>
background-color css
<style>
a { background-color: #E8F115; }
a { background-color: rgb(232,241,21); }
div.DivClassName
{
background-color: #E8F115;
}
.BgClassName
{
background-color: #E8F115;
}
</style>
border-color css
<style>
span { border-color: #E8F115; }
span { border-color: rgb(232,241,21); }
td.TdClassName
{
border-color: #E8F115;
}
.TagClassName
{
border-color: #E8F115;
}
</style>