Shades of Lemon #ECF111
Tints of Lemon #ECF111
RGB
CMYK
RGB Variations
Color information
#ECF111 (or 0xECF111) is known color: Lemon. HEX triplet: EC, F1 and 11. RGB value is (236,241,17). Sum of RGB (Red+Green+Blue) = 236+241+17=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF111 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF111 is #130EEE. Grayscale: #D6D6D6. Windows color (decimal): -1249007 or 1176044. OLE color: 1176044.
HSL color Cylindrical-coordinate representation of color #ECF111: hue angle of 61.34º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECF111 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 17 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.34º | 0.89% | 0.51% | - |
| HSV(B) | 61.34º | 0.93% | 0.95% | - |
| XYZ | 66.15 | 80.78 | 12.64 | - |
| YUV | 213.97 | 16.84 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 17 | 0.02 | 0 | 0.93 | 0.05 | 61.34 | 0.89 | 0.51 |
| Hex | EC | F1 | 11 | 2 | 0 | 5D | 5 | 3D | 59 | 33 |
| Octal | 354 | 361 | 21 | 2 | 0 | 135 | 5 | 75 | 131 | 63 |
| Binary | 11101100 | 11110001 | 10001 | 10 | 0 | 1011101 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #ECF111
Complementary color
Monochromatic Colors of #ECF111
Black with #ECF111
Text Example
Text Example
White with #ECF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF111; }
p { color: rgb(236,241,17); }
H1.HeaderClassName
{
color: #ECF111;
}
.AnyTagClassName
{
color: #ECF111;
}
</style>
background-color css
<style>
a { background-color: #ECF111; }
a { background-color: rgb(236,241,17); }
div.DivClassName
{
background-color: #ECF111;
}
.BgClassName
{
background-color: #ECF111;
}
</style>
border-color css
<style>
span { border-color: #ECF111; }
span { border-color: rgb(236,241,17); }
td.TdClassName
{
border-color: #ECF111;
}
.TagClassName
{
border-color: #ECF111;
}
</style>