Shades of Lemon #E8F71C
Tints of Lemon #E8F71C
RGB
CMYK
RGB Variations
Color information
#E8F71C (or 0xE8F71C) is known color: Lemon. HEX triplet: E8, F7 and 1C. RGB value is (232,247,28). Sum of RGB (Red+Green+Blue) = 232+247+28=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 28 (11.33% from 255 or 5.52% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #E8F71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F71C is #1708E3. Grayscale: #DADADA. Windows color (decimal): -1509604 or 1898472. OLE color: 1898472.
HSL color Cylindrical-coordinate representation of color #E8F71C: hue angle of 64.11º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8F71C is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 247 | 28 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.03 |
| HSL | 64.11º | 0.93% | 0.54% | - |
| HSV(B) | 64.11º | 0.89% | 0.97% | - |
| XYZ | 66.75 | 83.76 | 13.75 | - |
| YUV | 217.55 | 21.03 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 247 | 28 | 0.06 | 0 | 0.89 | 0.03 | 64.11 | 0.93 | 0.54 |
| Hex | E8 | F7 | 1C | 6 | 0 | 59 | 3 | 40 | 5D | 36 |
| Octal | 350 | 367 | 34 | 6 | 0 | 131 | 3 | 100 | 135 | 66 |
| Binary | 11101000 | 11110111 | 11100 | 110 | 0 | 1011001 | 11 | 1000000 | 1011101 | 110110 |
Color Harmonies of #E8F71C
Complementary color
Monochromatic Colors of #E8F71C
Black with #E8F71C
Text Example
Text Example
White with #E8F71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F71C; }
p { color: rgb(232,247,28); }
H1.HeaderClassName
{
color: #E8F71C;
}
.AnyTagClassName
{
color: #E8F71C;
}
</style>
background-color css
<style>
a { background-color: #E8F71C; }
a { background-color: rgb(232,247,28); }
div.DivClassName
{
background-color: #E8F71C;
}
.BgClassName
{
background-color: #E8F71C;
}
</style>
border-color css
<style>
span { border-color: #E8F71C; }
span { border-color: rgb(232,247,28); }
td.TdClassName
{
border-color: #E8F71C;
}
.TagClassName
{
border-color: #E8F71C;
}
</style>