Shades of Lemon #E8EC14
Tints of Lemon #E8EC14
RGB
CMYK
RGB Variations
Color information
#E8EC14 (or 0xE8EC14) is known color: Lemon. HEX triplet: E8, EC and 14. RGB value is (232,236,20). Sum of RGB (Red+Green+Blue) = 232+236+20=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #E8EC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EC14 is #1713EB. Grayscale: #D3D3D3. Windows color (decimal): -1512428 or 1371368. OLE color: 1371368.
HSL color Cylindrical-coordinate representation of color #E8EC14: hue angle of 61.11º 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 #E8EC14 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 236 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.07 |
| HSL | 61.11º | 0.85% | 0.5% | - |
| HSV(B) | 61.11º | 0.92% | 0.93% | - |
| XYZ | 63.4 | 77.2 | 12.22 | - |
| YUV | 210.18 | 20.67 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 236 | 20 | 0.02 | 0 | 0.92 | 0.07 | 61.11 | 0.85 | 0.5 |
| Hex | E8 | EC | 14 | 2 | 0 | 5C | 7 | 3D | 55 | 32 |
| Octal | 350 | 354 | 24 | 2 | 0 | 134 | 7 | 75 | 125 | 62 |
| Binary | 11101000 | 11101100 | 10100 | 10 | 0 | 1011100 | 111 | 111101 | 1010101 | 110010 |
Color Harmonies of #E8EC14
Complementary color
Monochromatic Colors of #E8EC14
Black with #E8EC14
Text Example
Text Example
White with #E8EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EC14; }
p { color: rgb(232,236,20); }
H1.HeaderClassName
{
color: #E8EC14;
}
.AnyTagClassName
{
color: #E8EC14;
}
</style>
background-color css
<style>
a { background-color: #E8EC14; }
a { background-color: rgb(232,236,20); }
div.DivClassName
{
background-color: #E8EC14;
}
.BgClassName
{
background-color: #E8EC14;
}
</style>
border-color css
<style>
span { border-color: #E8EC14; }
span { border-color: rgb(232,236,20); }
td.TdClassName
{
border-color: #E8EC14;
}
.TagClassName
{
border-color: #E8EC14;
}
</style>