Shades of Lemon #E5EC10
Tints of Lemon #E5EC10
RGB
CMYK
RGB Variations
Color information
#E5EC10 (or 0xE5EC10) is known color: Lemon. HEX triplet: E5, EC and 10. RGB value is (229,236,16). Sum of RGB (Red+Green+Blue) = 229+236+16=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #E5EC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5EC10 is #1A13EF. Grayscale: #D1D1D1. Windows color (decimal): -1709040 or 1109221. OLE color: 1109221.
HSL color Cylindrical-coordinate representation of color #E5EC10: hue angle of 61.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5EC10 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 236 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.07 |
| HSL | 61.91º | 0.87% | 0.49% | - |
| HSV(B) | 61.91º | 0.93% | 0.93% | - |
| XYZ | 62.4 | 76.69 | 12 | - |
| YUV | 208.83 | 19.18 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 16 | 0.03 | 0 | 0.93 | 0.07 | 61.91 | 0.87 | 0.49 |
| Hex | E5 | EC | 10 | 3 | 0 | 5D | 7 | 3E | 57 | 31 |
| Octal | 345 | 354 | 20 | 3 | 0 | 135 | 7 | 76 | 127 | 61 |
| Binary | 11100101 | 11101100 | 10000 | 11 | 0 | 1011101 | 111 | 111110 | 1010111 | 110001 |
Color Harmonies of #E5EC10
Complementary color
Monochromatic Colors of #E5EC10
Black with #E5EC10
Text Example
Text Example
White with #E5EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EC10; }
p { color: rgb(229,236,16); }
H1.HeaderClassName
{
color: #E5EC10;
}
.AnyTagClassName
{
color: #E5EC10;
}
</style>
background-color css
<style>
a { background-color: #E5EC10; }
a { background-color: rgb(229,236,16); }
div.DivClassName
{
background-color: #E5EC10;
}
.BgClassName
{
background-color: #E5EC10;
}
</style>
border-color css
<style>
span { border-color: #E5EC10; }
span { border-color: rgb(229,236,16); }
td.TdClassName
{
border-color: #E5EC10;
}
.TagClassName
{
border-color: #E5EC10;
}
</style>