Shades of Lemon #ECF714
Tints of Lemon #ECF714
RGB
CMYK
RGB Variations
Color information
#ECF714 (or 0xECF714) is known color: Lemon. HEX triplet: EC, F7 and 14. RGB value is (236,247,20). Sum of RGB (Red+Green+Blue) = 236+247+20=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 20 (8.20% from 255 or 3.98% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF714 is #1308EB. Grayscale: #DADADA. Windows color (decimal): -1247468 or 1374188. OLE color: 1374188.
HSL color Cylindrical-coordinate representation of color #ECF714: hue angle of 62.91º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF714 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.03 |
| HSL | 62.91º | 0.93% | 0.52% | - |
| HSV(B) | 62.91º | 0.92% | 0.97% | - |
| XYZ | 67.98 | 84.4 | 13.37 | - |
| YUV | 217.83 | 16.36 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 20 | 0.04 | 0 | 0.92 | 0.03 | 62.91 | 0.93 | 0.52 |
| Hex | EC | F7 | 14 | 4 | 0 | 5C | 3 | 3F | 5D | 34 |
| Octal | 354 | 367 | 24 | 4 | 0 | 134 | 3 | 77 | 135 | 64 |
| Binary | 11101100 | 11110111 | 10100 | 100 | 0 | 1011100 | 11 | 111111 | 1011101 | 110100 |
Color Harmonies of #ECF714
Complementary color
Monochromatic Colors of #ECF714
Black with #ECF714
Text Example
Text Example
White with #ECF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF714; }
p { color: rgb(236,247,20); }
H1.HeaderClassName
{
color: #ECF714;
}
.AnyTagClassName
{
color: #ECF714;
}
</style>
background-color css
<style>
a { background-color: #ECF714; }
a { background-color: rgb(236,247,20); }
div.DivClassName
{
background-color: #ECF714;
}
.BgClassName
{
background-color: #ECF714;
}
</style>
border-color css
<style>
span { border-color: #ECF714; }
span { border-color: rgb(236,247,20); }
td.TdClassName
{
border-color: #ECF714;
}
.TagClassName
{
border-color: #ECF714;
}
</style>