Shades of Lemon #ECF40E
Tints of Lemon #ECF40E
RGB
CMYK
RGB Variations
Color information
#ECF40E (or 0xECF40E) is known color: Lemon. HEX triplet: EC, F4 and 0E. RGB value is (236,244,14). Sum of RGB (Red+Green+Blue) = 236+244+14=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 14 (5.86% from 255 or 2.83% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF40E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF40E is #130BF1. Grayscale: #D8D8D8. Windows color (decimal): -1248242 or 980204. OLE color: 980204.
HSL color Cylindrical-coordinate representation of color #ECF40E: hue angle of 62.09º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECF40E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.04 |
| HSL | 62.09º | 0.91% | 0.51% | - |
| HSV(B) | 62.09º | 0.94% | 0.96% | - |
| XYZ | 67.02 | 82.57 | 12.82 | - |
| YUV | 215.39 | 14.35 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 14 | 0.03 | 0 | 0.94 | 0.04 | 62.09 | 0.91 | 0.51 |
| Hex | EC | F4 | E | 3 | 0 | 5E | 4 | 3E | 5B | 33 |
| Octal | 354 | 364 | 16 | 3 | 0 | 136 | 4 | 76 | 133 | 63 |
| Binary | 11101100 | 11110100 | 1110 | 11 | 0 | 1011110 | 100 | 111110 | 1011011 | 110011 |
Color Harmonies of #ECF40E
Complementary color
Monochromatic Colors of #ECF40E
Black with #ECF40E
Text Example
Text Example
White with #ECF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF40E; }
p { color: rgb(236,244,14); }
H1.HeaderClassName
{
color: #ECF40E;
}
.AnyTagClassName
{
color: #ECF40E;
}
</style>
background-color css
<style>
a { background-color: #ECF40E; }
a { background-color: rgb(236,244,14); }
div.DivClassName
{
background-color: #ECF40E;
}
.BgClassName
{
background-color: #ECF40E;
}
</style>
border-color css
<style>
span { border-color: #ECF40E; }
span { border-color: rgb(236,244,14); }
td.TdClassName
{
border-color: #ECF40E;
}
.TagClassName
{
border-color: #ECF40E;
}
</style>