Shades of Lemon #ECF114
Tints of Lemon #ECF114
RGB
CMYK
RGB Variations
Color information
#ECF114 (or 0xECF114) is known color: Lemon. HEX triplet: EC, F1 and 14. RGB value is (236,241,20). Sum of RGB (Red+Green+Blue) = 236+241+20=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF114 is #130EEB. Grayscale: #D7D7D7. Windows color (decimal): -1249004 or 1372652. OLE color: 1372652.
HSL color Cylindrical-coordinate representation of color #ECF114: hue angle of 61.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF114 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.05 |
| HSL | 61.36º | 0.89% | 0.51% | - |
| HSV(B) | 61.36º | 0.92% | 0.95% | - |
| XYZ | 66.17 | 80.79 | 12.77 | - |
| YUV | 214.31 | 18.34 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 20 | 0.02 | 0 | 0.92 | 0.05 | 61.36 | 0.89 | 0.51 |
| Hex | EC | F1 | 14 | 2 | 0 | 5C | 5 | 3D | 59 | 33 |
| Octal | 354 | 361 | 24 | 2 | 0 | 134 | 5 | 75 | 131 | 63 |
| Binary | 11101100 | 11110001 | 10100 | 10 | 0 | 1011100 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #ECF114
Complementary color
Monochromatic Colors of #ECF114
Black with #ECF114
Text Example
Text Example
White with #ECF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF114; }
p { color: rgb(236,241,20); }
H1.HeaderClassName
{
color: #ECF114;
}
.AnyTagClassName
{
color: #ECF114;
}
</style>
background-color css
<style>
a { background-color: #ECF114; }
a { background-color: rgb(236,241,20); }
div.DivClassName
{
background-color: #ECF114;
}
.BgClassName
{
background-color: #ECF114;
}
</style>
border-color css
<style>
span { border-color: #ECF114; }
span { border-color: rgb(236,241,20); }
td.TdClassName
{
border-color: #ECF114;
}
.TagClassName
{
border-color: #ECF114;
}
</style>