Shades of Lemon #E4F019
Tints of Lemon #E4F019
RGB
CMYK
RGB Variations
Color information
#E4F019 (or 0xE4F019) is known color: Lemon. HEX triplet: E4, F0 and 19. RGB value is (228,240,25). Sum of RGB (Red+Green+Blue) = 228+240+25=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 25 (10.16% from 255 or 5.07% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E4F019 is #1B0FE6. Grayscale: #D4D4D4. Windows color (decimal): -1773543 or 1700068. OLE color: 1700068.
HSL color Cylindrical-coordinate representation of color #E4F019: hue angle of 63.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4F019 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 25 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.06 |
| HSL | 63.35º | 0.88% | 0.52% | - |
| HSV(B) | 63.35º | 0.9% | 0.94% | - |
| XYZ | 63.33 | 78.88 | 12.81 | - |
| YUV | 211.9 | 22.52 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 25 | 0.05 | 0 | 0.90 | 0.06 | 63.35 | 0.88 | 0.52 |
| Hex | E4 | F0 | 19 | 5 | 0 | 5A | 6 | 3F | 58 | 34 |
| Octal | 344 | 360 | 31 | 5 | 0 | 132 | 6 | 77 | 130 | 64 |
| Binary | 11100100 | 11110000 | 11001 | 101 | 0 | 1011010 | 110 | 111111 | 1011000 | 110100 |
Color Harmonies of #E4F019
Complementary color
Monochromatic Colors of #E4F019
Black with #E4F019
Text Example
Text Example
White with #E4F019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F019; }
p { color: rgb(228,240,25); }
H1.HeaderClassName
{
color: #E4F019;
}
.AnyTagClassName
{
color: #E4F019;
}
</style>
background-color css
<style>
a { background-color: #E4F019; }
a { background-color: rgb(228,240,25); }
div.DivClassName
{
background-color: #E4F019;
}
.BgClassName
{
background-color: #E4F019;
}
</style>
border-color css
<style>
span { border-color: #E4F019; }
span { border-color: rgb(228,240,25); }
td.TdClassName
{
border-color: #E4F019;
}
.TagClassName
{
border-color: #E4F019;
}
</style>