Shades of Lemon #ECF016
Tints of Lemon #ECF016
RGB
CMYK
RGB Variations
Color information
#ECF016 (or 0xECF016) is known color: Lemon. HEX triplet: EC, F0 and 16. RGB value is (236,240,22). Sum of RGB (Red+Green+Blue) = 236+240+22=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF016 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF016 is #130FE9. Grayscale: #D6D6D6. Windows color (decimal): -1249258 or 1503468. OLE color: 1503468.
HSL color Cylindrical-coordinate representation of color #ECF016: hue angle of 61.1º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECF016 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.06 |
| HSL | 61.1º | 0.88% | 0.51% | - |
| HSV(B) | 61.1º | 0.91% | 0.94% | - |
| XYZ | 65.9 | 80.21 | 12.77 | - |
| YUV | 213.95 | 19.67 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 22 | 0.02 | 0 | 0.91 | 0.06 | 61.1 | 0.88 | 0.51 |
| Hex | EC | F0 | 16 | 2 | 0 | 5B | 6 | 3D | 58 | 33 |
| Octal | 354 | 360 | 26 | 2 | 0 | 133 | 6 | 75 | 130 | 63 |
| Binary | 11101100 | 11110000 | 10110 | 10 | 0 | 1011011 | 110 | 111101 | 1011000 | 110011 |
Color Harmonies of #ECF016
Complementary color
Monochromatic Colors of #ECF016
Black with #ECF016
Text Example
Text Example
White with #ECF016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF016; }
p { color: rgb(236,240,22); }
H1.HeaderClassName
{
color: #ECF016;
}
.AnyTagClassName
{
color: #ECF016;
}
</style>
background-color css
<style>
a { background-color: #ECF016; }
a { background-color: rgb(236,240,22); }
div.DivClassName
{
background-color: #ECF016;
}
.BgClassName
{
background-color: #ECF016;
}
</style>
border-color css
<style>
span { border-color: #ECF016; }
span { border-color: rgb(236,240,22); }
td.TdClassName
{
border-color: #ECF016;
}
.TagClassName
{
border-color: #ECF016;
}
</style>