Shades of Lemon #ECF713
Tints of Lemon #ECF713
RGB
CMYK
RGB Variations
Color information
#ECF713 (or 0xECF713) is known color: Lemon. HEX triplet: EC, F7 and 13. RGB value is (236,247,19). Sum of RGB (Red+Green+Blue) = 236+247+19=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 19 (7.81% from 255 or 3.78% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF713 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF713 is #1308EC. Grayscale: #DADADA. Windows color (decimal): -1247469 or 1308652. OLE color: 1308652.
HSL color Cylindrical-coordinate representation of color #ECF713: hue angle of 62.89º 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 #ECF713 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 19 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.03 |
| HSL | 62.89º | 0.93% | 0.52% | - |
| HSV(B) | 62.89º | 0.92% | 0.97% | - |
| XYZ | 67.97 | 84.4 | 13.32 | - |
| YUV | 217.72 | 15.86 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 19 | 0.04 | 0 | 0.92 | 0.03 | 62.89 | 0.93 | 0.52 |
| Hex | EC | F7 | 13 | 4 | 0 | 5C | 3 | 3F | 5D | 34 |
| Octal | 354 | 367 | 23 | 4 | 0 | 134 | 3 | 77 | 135 | 64 |
| Binary | 11101100 | 11110111 | 10011 | 100 | 0 | 1011100 | 11 | 111111 | 1011101 | 110100 |
Color Harmonies of #ECF713
Complementary color
Monochromatic Colors of #ECF713
Black with #ECF713
Text Example
Text Example
White with #ECF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF713; }
p { color: rgb(236,247,19); }
H1.HeaderClassName
{
color: #ECF713;
}
.AnyTagClassName
{
color: #ECF713;
}
</style>
background-color css
<style>
a { background-color: #ECF713; }
a { background-color: rgb(236,247,19); }
div.DivClassName
{
background-color: #ECF713;
}
.BgClassName
{
background-color: #ECF713;
}
</style>
border-color css
<style>
span { border-color: #ECF713; }
span { border-color: rgb(236,247,19); }
td.TdClassName
{
border-color: #ECF713;
}
.TagClassName
{
border-color: #ECF713;
}
</style>