Shades of Lemon #ECF218
Tints of Lemon #ECF218
RGB
CMYK
RGB Variations
Color information
#ECF218 (or 0xECF218) is known color: Lemon. HEX triplet: EC, F2 and 18. RGB value is (236,242,24). Sum of RGB (Red+Green+Blue) = 236+242+24=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 24 (9.77% from 255 or 4.78% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF218 is #130DE7. Grayscale: #D8D8D8. Windows color (decimal): -1248744 or 1635052. OLE color: 1635052.
HSL color Cylindrical-coordinate representation of color #ECF218: hue angle of 61.65º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECF218 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 24 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.65º | 0.89% | 0.52% | - |
| HSV(B) | 61.65º | 0.9% | 0.95% | - |
| XYZ | 66.51 | 81.4 | 13.07 | - |
| YUV | 215.35 | 20.01 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 24 | 0.02 | 0 | 0.90 | 0.05 | 61.65 | 0.89 | 0.52 |
| Hex | EC | F2 | 18 | 2 | 0 | 5A | 5 | 3E | 59 | 34 |
| Octal | 354 | 362 | 30 | 2 | 0 | 132 | 5 | 76 | 131 | 64 |
| Binary | 11101100 | 11110010 | 11000 | 10 | 0 | 1011010 | 101 | 111110 | 1011001 | 110100 |
Color Harmonies of #ECF218
Complementary color
Monochromatic Colors of #ECF218
Black with #ECF218
Text Example
Text Example
White with #ECF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF218; }
p { color: rgb(236,242,24); }
H1.HeaderClassName
{
color: #ECF218;
}
.AnyTagClassName
{
color: #ECF218;
}
</style>
background-color css
<style>
a { background-color: #ECF218; }
a { background-color: rgb(236,242,24); }
div.DivClassName
{
background-color: #ECF218;
}
.BgClassName
{
background-color: #ECF218;
}
</style>
border-color css
<style>
span { border-color: #ECF218; }
span { border-color: rgb(236,242,24); }
td.TdClassName
{
border-color: #ECF218;
}
.TagClassName
{
border-color: #ECF218;
}
</style>