Shades of Lemon #ECF216
Tints of Lemon #ECF216
RGB
CMYK
RGB Variations
Color information
#ECF216 (or 0xECF216) is known color: Lemon. HEX triplet: EC, F2 and 16. RGB value is (236,242,22). Sum of RGB (Red+Green+Blue) = 236+242+22=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF216 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF216 is #130DE9. Grayscale: #D7D7D7. Windows color (decimal): -1248746 or 1503980. OLE color: 1503980.
HSL color Cylindrical-coordinate representation of color #ECF216: hue angle of 61.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECF216 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.05 |
| HSL | 61.64º | 0.89% | 0.52% | - |
| HSV(B) | 61.64º | 0.91% | 0.95% | - |
| XYZ | 66.49 | 81.4 | 12.97 | - |
| YUV | 215.13 | 19.01 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 22 | 0.02 | 0 | 0.91 | 0.05 | 61.64 | 0.89 | 0.52 |
| Hex | EC | F2 | 16 | 2 | 0 | 5B | 5 | 3E | 59 | 34 |
| Octal | 354 | 362 | 26 | 2 | 0 | 133 | 5 | 76 | 131 | 64 |
| Binary | 11101100 | 11110010 | 10110 | 10 | 0 | 1011011 | 101 | 111110 | 1011001 | 110100 |
Color Harmonies of #ECF216
Complementary color
Monochromatic Colors of #ECF216
Black with #ECF216
Text Example
Text Example
White with #ECF216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF216; }
p { color: rgb(236,242,22); }
H1.HeaderClassName
{
color: #ECF216;
}
.AnyTagClassName
{
color: #ECF216;
}
</style>
background-color css
<style>
a { background-color: #ECF216; }
a { background-color: rgb(236,242,22); }
div.DivClassName
{
background-color: #ECF216;
}
.BgClassName
{
background-color: #ECF216;
}
</style>
border-color css
<style>
span { border-color: #ECF216; }
span { border-color: rgb(236,242,22); }
td.TdClassName
{
border-color: #ECF216;
}
.TagClassName
{
border-color: #ECF216;
}
</style>