Shades of Lemon #E9EC14
Tints of Lemon #E9EC14
RGB
CMYK
RGB Variations
Color information
#E9EC14 (or 0xE9EC14) is known color: Lemon. HEX triplet: E9, EC and 14. RGB value is (233,236,20). Sum of RGB (Red+Green+Blue) = 233+236+20=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #E9EC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9EC14 is #1613EB. Grayscale: #D3D3D3. Windows color (decimal): -1446892 or 1371369. OLE color: 1371369.
HSL color Cylindrical-coordinate representation of color #E9EC14: hue angle of 60.83º 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 #E9EC14 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 236 | 20 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.07 |
| HSL | 60.83º | 0.85% | 0.5% | - |
| HSV(B) | 60.83º | 0.92% | 0.93% | - |
| XYZ | 63.73 | 77.37 | 12.24 | - |
| YUV | 210.48 | 20.51 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 236 | 20 | 0.01 | 0 | 0.92 | 0.07 | 60.83 | 0.85 | 0.5 |
| Hex | E9 | EC | 14 | 1 | 0 | 5C | 7 | 3D | 55 | 32 |
| Octal | 351 | 354 | 24 | 1 | 0 | 134 | 7 | 75 | 125 | 62 |
| Binary | 11101001 | 11101100 | 10100 | 1 | 0 | 1011100 | 111 | 111101 | 1010101 | 110010 |
Color Harmonies of #E9EC14
Complementary color
Monochromatic Colors of #E9EC14
Black with #E9EC14
Text Example
Text Example
White with #E9EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EC14; }
p { color: rgb(233,236,20); }
H1.HeaderClassName
{
color: #E9EC14;
}
.AnyTagClassName
{
color: #E9EC14;
}
</style>
background-color css
<style>
a { background-color: #E9EC14; }
a { background-color: rgb(233,236,20); }
div.DivClassName
{
background-color: #E9EC14;
}
.BgClassName
{
background-color: #E9EC14;
}
</style>
border-color css
<style>
span { border-color: #E9EC14; }
span { border-color: rgb(233,236,20); }
td.TdClassName
{
border-color: #E9EC14;
}
.TagClassName
{
border-color: #E9EC14;
}
</style>