Shades of Lemon #E7EC14
Tints of Lemon #E7EC14
RGB
CMYK
RGB Variations
Color information
#E7EC14 (or 0xE7EC14) is known color: Lemon. HEX triplet: E7, EC and 14. RGB value is (231,236,20). Sum of RGB (Red+Green+Blue) = 231+236+20=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #E7EC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E7EC14 is #1813EB. Grayscale: #D2D2D2. Windows color (decimal): -1577964 or 1371367. OLE color: 1371367.
HSL color Cylindrical-coordinate representation of color #E7EC14: hue angle of 61.39º 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 #E7EC14 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 236 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.07 |
| HSL | 61.39º | 0.85% | 0.5% | - |
| HSV(B) | 61.39º | 0.92% | 0.93% | - |
| XYZ | 63.08 | 77.03 | 12.21 | - |
| YUV | 209.88 | 20.84 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 236 | 20 | 0.02 | 0 | 0.92 | 0.07 | 61.39 | 0.85 | 0.5 |
| Hex | E7 | EC | 14 | 2 | 0 | 5C | 7 | 3D | 55 | 32 |
| Octal | 347 | 354 | 24 | 2 | 0 | 134 | 7 | 75 | 125 | 62 |
| Binary | 11100111 | 11101100 | 10100 | 10 | 0 | 1011100 | 111 | 111101 | 1010101 | 110010 |
Color Harmonies of #E7EC14
Complementary color
Monochromatic Colors of #E7EC14
Black with #E7EC14
Text Example
Text Example
White with #E7EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EC14; }
p { color: rgb(231,236,20); }
H1.HeaderClassName
{
color: #E7EC14;
}
.AnyTagClassName
{
color: #E7EC14;
}
</style>
background-color css
<style>
a { background-color: #E7EC14; }
a { background-color: rgb(231,236,20); }
div.DivClassName
{
background-color: #E7EC14;
}
.BgClassName
{
background-color: #E7EC14;
}
</style>
border-color css
<style>
span { border-color: #E7EC14; }
span { border-color: rgb(231,236,20); }
td.TdClassName
{
border-color: #E7EC14;
}
.TagClassName
{
border-color: #E7EC14;
}
</style>