Shades of Lemon #ECF414
Tints of Lemon #ECF414
RGB
CMYK
RGB Variations
Color information
#ECF414 (or 0xECF414) is known color: Lemon. HEX triplet: EC, F4 and 14. RGB value is (236,244,20). Sum of RGB (Red+Green+Blue) = 236+244+20=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF414 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF414 is #130BEB. Grayscale: #D8D8D8. Windows color (decimal): -1248236 or 1373420. OLE color: 1373420.
HSL color Cylindrical-coordinate representation of color #ECF414: hue angle of 62.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF414 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 20 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.04 |
| HSL | 62.14º | 0.91% | 0.52% | - |
| HSV(B) | 62.14º | 0.92% | 0.96% | - |
| XYZ | 67.07 | 82.58 | 13.07 | - |
| YUV | 216.07 | 17.35 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 20 | 0.03 | 0 | 0.92 | 0.04 | 62.14 | 0.91 | 0.52 |
| Hex | EC | F4 | 14 | 3 | 0 | 5C | 4 | 3E | 5B | 34 |
| Octal | 354 | 364 | 24 | 3 | 0 | 134 | 4 | 76 | 133 | 64 |
| Binary | 11101100 | 11110100 | 10100 | 11 | 0 | 1011100 | 100 | 111110 | 1011011 | 110100 |
Color Harmonies of #ECF414
Complementary color
Monochromatic Colors of #ECF414
Black with #ECF414
Text Example
Text Example
White with #ECF414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF414; }
p { color: rgb(236,244,20); }
H1.HeaderClassName
{
color: #ECF414;
}
.AnyTagClassName
{
color: #ECF414;
}
</style>
background-color css
<style>
a { background-color: #ECF414; }
a { background-color: rgb(236,244,20); }
div.DivClassName
{
background-color: #ECF414;
}
.BgClassName
{
background-color: #ECF414;
}
</style>
border-color css
<style>
span { border-color: #ECF414; }
span { border-color: rgb(236,244,20); }
td.TdClassName
{
border-color: #ECF414;
}
.TagClassName
{
border-color: #ECF414;
}
</style>