Shades of Lemon #E8F51A
Tints of Lemon #E8F51A
RGB
CMYK
RGB Variations
Color information
#E8F51A (or 0xE8F51A) is known color: Lemon. HEX triplet: E8, F5 and 1A. RGB value is (232,245,26). Sum of RGB (Red+Green+Blue) = 232+245+26=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #E8F51A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F51A is #170AE5. Grayscale: #D9D9D9. Windows color (decimal): -1510118 or 1766888. OLE color: 1766888.
HSL color Cylindrical-coordinate representation of color #E8F51A: hue angle of 63.56º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8F51A is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 245 | 26 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.04 |
| HSL | 63.56º | 0.92% | 0.53% | - |
| HSV(B) | 63.56º | 0.89% | 0.96% | - |
| XYZ | 66.12 | 82.54 | 13.42 | - |
| YUV | 216.15 | 20.69 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 245 | 26 | 0.05 | 0 | 0.89 | 0.04 | 63.56 | 0.92 | 0.53 |
| Hex | E8 | F5 | 1A | 5 | 0 | 59 | 4 | 40 | 5C | 35 |
| Octal | 350 | 365 | 32 | 5 | 0 | 131 | 4 | 100 | 134 | 65 |
| Binary | 11101000 | 11110101 | 11010 | 101 | 0 | 1011001 | 100 | 1000000 | 1011100 | 110101 |
Color Harmonies of #E8F51A
Complementary color
Monochromatic Colors of #E8F51A
Black with #E8F51A
Text Example
Text Example
White with #E8F51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F51A; }
p { color: rgb(232,245,26); }
H1.HeaderClassName
{
color: #E8F51A;
}
.AnyTagClassName
{
color: #E8F51A;
}
</style>
background-color css
<style>
a { background-color: #E8F51A; }
a { background-color: rgb(232,245,26); }
div.DivClassName
{
background-color: #E8F51A;
}
.BgClassName
{
background-color: #E8F51A;
}
</style>
border-color css
<style>
span { border-color: #E8F51A; }
span { border-color: rgb(232,245,26); }
td.TdClassName
{
border-color: #E8F51A;
}
.TagClassName
{
border-color: #E8F51A;
}
</style>