Shades of Lemon #ECF514
Tints of Lemon #ECF514
RGB
CMYK
RGB Variations
Color information
#ECF514 (or 0xECF514) is known color: Lemon. HEX triplet: EC, F5 and 14. RGB value is (236,245,20). Sum of RGB (Red+Green+Blue) = 236+245+20=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF514 is #130AEB. Grayscale: #D9D9D9. Windows color (decimal): -1247980 or 1373676. OLE color: 1373676.
HSL color Cylindrical-coordinate representation of color #ECF514: hue angle of 62.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF514 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.04 |
| HSL | 62.4º | 0.92% | 0.52% | - |
| HSV(B) | 62.4º | 0.92% | 0.96% | - |
| XYZ | 67.37 | 83.19 | 13.17 | - |
| YUV | 216.66 | 17.02 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 20 | 0.04 | 0 | 0.92 | 0.04 | 62.4 | 0.92 | 0.52 |
| Hex | EC | F5 | 14 | 4 | 0 | 5C | 4 | 3E | 5C | 34 |
| Octal | 354 | 365 | 24 | 4 | 0 | 134 | 4 | 76 | 134 | 64 |
| Binary | 11101100 | 11110101 | 10100 | 100 | 0 | 1011100 | 100 | 111110 | 1011100 | 110100 |
Color Harmonies of #ECF514
Complementary color
Monochromatic Colors of #ECF514
Black with #ECF514
Text Example
Text Example
White with #ECF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF514; }
p { color: rgb(236,245,20); }
H1.HeaderClassName
{
color: #ECF514;
}
.AnyTagClassName
{
color: #ECF514;
}
</style>
background-color css
<style>
a { background-color: #ECF514; }
a { background-color: rgb(236,245,20); }
div.DivClassName
{
background-color: #ECF514;
}
.BgClassName
{
background-color: #ECF514;
}
</style>
border-color css
<style>
span { border-color: #ECF514; }
span { border-color: rgb(236,245,20); }
td.TdClassName
{
border-color: #ECF514;
}
.TagClassName
{
border-color: #ECF514;
}
</style>