Shades of Lemon #ECF217
Tints of Lemon #ECF217
RGB
CMYK
RGB Variations
Color information
#ECF217 (or 0xECF217) is known color: Lemon. HEX triplet: EC, F2 and 17. RGB value is (236,242,23). Sum of RGB (Red+Green+Blue) = 236+242+23=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 23 (9.38% from 255 or 4.59% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF217 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF217 is #130DE8. Grayscale: #D8D8D8. Windows color (decimal): -1248745 or 1569516. OLE color: 1569516.
HSL color Cylindrical-coordinate representation of color #ECF217: 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.9%. Process color model (Four color, CMYK) of #ECF217 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 23 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.64º | 0.89% | 0.52% | - |
| HSV(B) | 61.64º | 0.9% | 0.95% | - |
| XYZ | 66.5 | 81.4 | 13.02 | - |
| YUV | 215.24 | 19.51 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 23 | 0.02 | 0 | 0.90 | 0.05 | 61.64 | 0.89 | 0.52 |
| Hex | EC | F2 | 17 | 2 | 0 | 5A | 5 | 3E | 59 | 34 |
| Octal | 354 | 362 | 27 | 2 | 0 | 132 | 5 | 76 | 131 | 64 |
| Binary | 11101100 | 11110010 | 10111 | 10 | 0 | 1011010 | 101 | 111110 | 1011001 | 110100 |
Color Harmonies of #ECF217
Complementary color
Monochromatic Colors of #ECF217
Black with #ECF217
Text Example
Text Example
White with #ECF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF217; }
p { color: rgb(236,242,23); }
H1.HeaderClassName
{
color: #ECF217;
}
.AnyTagClassName
{
color: #ECF217;
}
</style>
background-color css
<style>
a { background-color: #ECF217; }
a { background-color: rgb(236,242,23); }
div.DivClassName
{
background-color: #ECF217;
}
.BgClassName
{
background-color: #ECF217;
}
</style>
border-color css
<style>
span { border-color: #ECF217; }
span { border-color: rgb(236,242,23); }
td.TdClassName
{
border-color: #ECF217;
}
.TagClassName
{
border-color: #ECF217;
}
</style>