Shades of Lemon #ECF420
Tints of Lemon #ECF420
RGB
CMYK
RGB Variations
Color information
#ECF420 (or 0xECF420) is known color: Lemon. HEX triplet: EC, F4 and 20. RGB value is (236,244,32). Sum of RGB (Red+Green+Blue) = 236+244+32=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 32 (12.89% from 255 or 6.25% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF420 is #130BDF. Grayscale: #DADADA. Windows color (decimal): -1248224 or 2159852. OLE color: 2159852.
HSL color Cylindrical-coordinate representation of color #ECF420: hue angle of 62.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECF420 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 32 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.04 |
| HSL | 62.26º | 0.91% | 0.54% | - |
| HSV(B) | 62.26º | 0.87% | 0.96% | - |
| XYZ | 67.2 | 82.64 | 13.78 | - |
| YUV | 217.44 | 23.35 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 32 | 0.03 | 0 | 0.87 | 0.04 | 62.26 | 0.91 | 0.54 |
| Hex | EC | F4 | 20 | 3 | 0 | 57 | 4 | 3E | 5B | 36 |
| Octal | 354 | 364 | 40 | 3 | 0 | 127 | 4 | 76 | 133 | 66 |
| Binary | 11101100 | 11110100 | 100000 | 11 | 0 | 1010111 | 100 | 111110 | 1011011 | 110110 |
Color Harmonies of #ECF420
Complementary color
Monochromatic Colors of #ECF420
Black with #ECF420
Text Example
Text Example
White with #ECF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF420; }
p { color: rgb(236,244,32); }
H1.HeaderClassName
{
color: #ECF420;
}
.AnyTagClassName
{
color: #ECF420;
}
</style>
background-color css
<style>
a { background-color: #ECF420; }
a { background-color: rgb(236,244,32); }
div.DivClassName
{
background-color: #ECF420;
}
.BgClassName
{
background-color: #ECF420;
}
</style>
border-color css
<style>
span { border-color: #ECF420; }
span { border-color: rgb(236,244,32); }
td.TdClassName
{
border-color: #ECF420;
}
.TagClassName
{
border-color: #ECF420;
}
</style>