Shades of Lemon #ECF211
Tints of Lemon #ECF211
RGB
CMYK
RGB Variations
Color information
#ECF211 (or 0xECF211) is known color: Lemon. HEX triplet: EC, F2 and 11. RGB value is (236,242,17). Sum of RGB (Red+Green+Blue) = 236+242+17=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF211 is #130DEE. Grayscale: #D7D7D7. Windows color (decimal): -1248751 or 1176300. OLE color: 1176300.
HSL color Cylindrical-coordinate representation of color #ECF211: hue angle of 61.6º degrees, saturation: 0.9, 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 #ECF211 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 17 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.6º | 0.9% | 0.51% | - |
| HSV(B) | 61.6º | 0.93% | 0.95% | - |
| XYZ | 66.45 | 81.38 | 12.74 | - |
| YUV | 214.56 | 16.51 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 17 | 0.02 | 0 | 0.93 | 0.05 | 61.6 | 0.9 | 0.51 |
| Hex | EC | F2 | 11 | 2 | 0 | 5D | 5 | 3E | 5A | 33 |
| Octal | 354 | 362 | 21 | 2 | 0 | 135 | 5 | 76 | 132 | 63 |
| Binary | 11101100 | 11110010 | 10001 | 10 | 0 | 1011101 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #ECF211
Complementary color
Monochromatic Colors of #ECF211
Black with #ECF211
Text Example
Text Example
White with #ECF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF211; }
p { color: rgb(236,242,17); }
H1.HeaderClassName
{
color: #ECF211;
}
.AnyTagClassName
{
color: #ECF211;
}
</style>
background-color css
<style>
a { background-color: #ECF211; }
a { background-color: rgb(236,242,17); }
div.DivClassName
{
background-color: #ECF211;
}
.BgClassName
{
background-color: #ECF211;
}
</style>
border-color css
<style>
span { border-color: #ECF211; }
span { border-color: rgb(236,242,17); }
td.TdClassName
{
border-color: #ECF211;
}
.TagClassName
{
border-color: #ECF211;
}
</style>