Shades of Lemon #E5F21A
Tints of Lemon #E5F21A
RGB
CMYK
RGB Variations
Color information
#E5F21A (or 0xE5F21A) is known color: Lemon. HEX triplet: E5, F2 and 1A. RGB value is (229,242,26). Sum of RGB (Red+Green+Blue) = 229+242+26=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 26 (10.55% from 255 or 5.23% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F21A is #1A0DE5. Grayscale: #D6D6D6. Windows color (decimal): -1707494 or 1766117. OLE color: 1766117.
HSL color Cylindrical-coordinate representation of color #E5F21A: hue angle of 63.61º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5F21A is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 26 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.05 |
| HSL | 63.61º | 0.89% | 0.53% | - |
| HSV(B) | 63.61º | 0.89% | 0.95% | - |
| XYZ | 64.25 | 80.24 | 13.08 | - |
| YUV | 213.49 | 22.19 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 26 | 0.05 | 0 | 0.89 | 0.05 | 63.61 | 0.89 | 0.53 |
| Hex | E5 | F2 | 1A | 5 | 0 | 59 | 5 | 40 | 59 | 35 |
| Octal | 345 | 362 | 32 | 5 | 0 | 131 | 5 | 100 | 131 | 65 |
| Binary | 11100101 | 11110010 | 11010 | 101 | 0 | 1011001 | 101 | 1000000 | 1011001 | 110101 |
Color Harmonies of #E5F21A
Complementary color
Monochromatic Colors of #E5F21A
Black with #E5F21A
Text Example
Text Example
White with #E5F21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F21A; }
p { color: rgb(229,242,26); }
H1.HeaderClassName
{
color: #E5F21A;
}
.AnyTagClassName
{
color: #E5F21A;
}
</style>
background-color css
<style>
a { background-color: #E5F21A; }
a { background-color: rgb(229,242,26); }
div.DivClassName
{
background-color: #E5F21A;
}
.BgClassName
{
background-color: #E5F21A;
}
</style>
border-color css
<style>
span { border-color: #E5F21A; }
span { border-color: rgb(229,242,26); }
td.TdClassName
{
border-color: #E5F21A;
}
.TagClassName
{
border-color: #E5F21A;
}
</style>