Shades of Lemon #E4EC13
Tints of Lemon #E4EC13
RGB
CMYK
RGB Variations
Color information
#E4EC13 (or 0xE4EC13) is known color: Lemon. HEX triplet: E4, EC and 13. RGB value is (228,236,19). Sum of RGB (Red+Green+Blue) = 228+236+19=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #E4EC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E4EC13 is #1B13EC. Grayscale: #D1D1D1. Windows color (decimal): -1774573 or 1305828. OLE color: 1305828.
HSL color Cylindrical-coordinate representation of color #E4EC13: hue angle of 62.21º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E4EC13 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 236 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.07 |
| HSL | 62.21º | 0.85% | 0.5% | - |
| HSV(B) | 62.21º | 0.92% | 0.93% | - |
| XYZ | 62.11 | 76.53 | 12.11 | - |
| YUV | 208.87 | 20.85 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 236 | 19 | 0.03 | 0 | 0.92 | 0.07 | 62.21 | 0.85 | 0.5 |
| Hex | E4 | EC | 13 | 3 | 0 | 5C | 7 | 3E | 55 | 32 |
| Octal | 344 | 354 | 23 | 3 | 0 | 134 | 7 | 76 | 125 | 62 |
| Binary | 11100100 | 11101100 | 10011 | 11 | 0 | 1011100 | 111 | 111110 | 1010101 | 110010 |
Color Harmonies of #E4EC13
Complementary color
Monochromatic Colors of #E4EC13
Black with #E4EC13
Text Example
Text Example
White with #E4EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EC13; }
p { color: rgb(228,236,19); }
H1.HeaderClassName
{
color: #E4EC13;
}
.AnyTagClassName
{
color: #E4EC13;
}
</style>
background-color css
<style>
a { background-color: #E4EC13; }
a { background-color: rgb(228,236,19); }
div.DivClassName
{
background-color: #E4EC13;
}
.BgClassName
{
background-color: #E4EC13;
}
</style>
border-color css
<style>
span { border-color: #E4EC13; }
span { border-color: rgb(228,236,19); }
td.TdClassName
{
border-color: #E4EC13;
}
.TagClassName
{
border-color: #E4EC13;
}
</style>