Shades of Lemon #ECF018
Tints of Lemon #ECF018
RGB
CMYK
RGB Variations
Color information
#ECF018 (or 0xECF018) is known color: Lemon. HEX triplet: EC, F0 and 18. RGB value is (236,240,24). Sum of RGB (Red+Green+Blue) = 236+240+24=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 24 (9.77% from 255 or 4.8% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF018 is #130FE7. Grayscale: #D7D7D7. Windows color (decimal): -1249256 or 1634540. OLE color: 1634540.
HSL color Cylindrical-coordinate representation of color #ECF018: hue angle of 61.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECF018 is Cyan = 0.02, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 24 | - |
| CMYK | 0.02 | 0 | 0.9 | 0.06 |
| HSL | 61.11º | 0.88% | 0.52% | - |
| HSV(B) | 61.11º | 0.9% | 0.94% | - |
| XYZ | 65.92 | 80.22 | 12.87 | - |
| YUV | 214.18 | 20.67 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 24 | 0.02 | 0 | 0.9 | 0.06 | 61.11 | 0.88 | 0.52 |
| Hex | EC | F0 | 18 | 2 | 0 | 5A | 6 | 3D | 58 | 34 |
| Octal | 354 | 360 | 30 | 2 | 0 | 132 | 6 | 75 | 130 | 64 |
| Binary | 11101100 | 11110000 | 11000 | 10 | 0 | 1011010 | 110 | 111101 | 1011000 | 110100 |
Color Harmonies of #ECF018
Complementary color
Monochromatic Colors of #ECF018
Black with #ECF018
Text Example
Text Example
White with #ECF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF018; }
p { color: rgb(236,240,24); }
H1.HeaderClassName
{
color: #ECF018;
}
.AnyTagClassName
{
color: #ECF018;
}
</style>
background-color css
<style>
a { background-color: #ECF018; }
a { background-color: rgb(236,240,24); }
div.DivClassName
{
background-color: #ECF018;
}
.BgClassName
{
background-color: #ECF018;
}
</style>
border-color css
<style>
span { border-color: #ECF018; }
span { border-color: rgb(236,240,24); }
td.TdClassName
{
border-color: #ECF018;
}
.TagClassName
{
border-color: #ECF018;
}
</style>