Shades of Lemon #E8F11A
Tints of Lemon #E8F11A
RGB
CMYK
RGB Variations
Color information
#E8F11A (or 0xE8F11A) is known color: Lemon. HEX triplet: E8, F1 and 1A. RGB value is (232,241,26). Sum of RGB (Red+Green+Blue) = 232+241+26=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 26 (10.55% from 255 or 5.21% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F11A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F11A is #170EE5. Grayscale: #D6D6D6. Windows color (decimal): -1511142 or 1765864. OLE color: 1765864.
HSL color Cylindrical-coordinate representation of color #E8F11A: hue angle of 62.51º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8F11A is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 26 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.05 |
| HSL | 62.51º | 0.88% | 0.52% | - |
| HSV(B) | 62.51º | 0.89% | 0.95% | - |
| XYZ | 64.92 | 80.14 | 13.02 | - |
| YUV | 213.8 | 22.02 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 26 | 0.04 | 0 | 0.89 | 0.05 | 62.51 | 0.88 | 0.52 |
| Hex | E8 | F1 | 1A | 4 | 0 | 59 | 5 | 3F | 58 | 34 |
| Octal | 350 | 361 | 32 | 4 | 0 | 131 | 5 | 77 | 130 | 64 |
| Binary | 11101000 | 11110001 | 11010 | 100 | 0 | 1011001 | 101 | 111111 | 1011000 | 110100 |
Color Harmonies of #E8F11A
Complementary color
Monochromatic Colors of #E8F11A
Black with #E8F11A
Text Example
Text Example
White with #E8F11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F11A; }
p { color: rgb(232,241,26); }
H1.HeaderClassName
{
color: #E8F11A;
}
.AnyTagClassName
{
color: #E8F11A;
}
</style>
background-color css
<style>
a { background-color: #E8F11A; }
a { background-color: rgb(232,241,26); }
div.DivClassName
{
background-color: #E8F11A;
}
.BgClassName
{
background-color: #E8F11A;
}
</style>
border-color css
<style>
span { border-color: #E8F11A; }
span { border-color: rgb(232,241,26); }
td.TdClassName
{
border-color: #E8F11A;
}
.TagClassName
{
border-color: #E8F11A;
}
</style>