Shades of Lemon #ECF019
Tints of Lemon #ECF019
RGB
CMYK
RGB Variations
Color information
#ECF019 (or 0xECF019) is known color: Lemon. HEX triplet: EC, F0 and 19. RGB value is (236,240,25). Sum of RGB (Red+Green+Blue) = 236+240+25=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 25 (10.16% from 255 or 4.99% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF019 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF019 is #130FE6. Grayscale: #D7D7D7. Windows color (decimal): -1249255 or 1700076. OLE color: 1700076.
HSL color Cylindrical-coordinate representation of color #ECF019: hue angle of 61.12º 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 #ECF019 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.06 |
| HSL | 61.12º | 0.88% | 0.52% | - |
| HSV(B) | 61.12º | 0.9% | 0.94% | - |
| XYZ | 65.93 | 80.22 | 12.93 | - |
| YUV | 214.29 | 21.17 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 25 | 0.02 | 0 | 0.90 | 0.06 | 61.12 | 0.88 | 0.52 |
| Hex | EC | F0 | 19 | 2 | 0 | 5A | 6 | 3D | 58 | 34 |
| Octal | 354 | 360 | 31 | 2 | 0 | 132 | 6 | 75 | 130 | 64 |
| Binary | 11101100 | 11110000 | 11001 | 10 | 0 | 1011010 | 110 | 111101 | 1011000 | 110100 |
Color Harmonies of #ECF019
Complementary color
Monochromatic Colors of #ECF019
Black with #ECF019
Text Example
Text Example
White with #ECF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF019; }
p { color: rgb(236,240,25); }
H1.HeaderClassName
{
color: #ECF019;
}
.AnyTagClassName
{
color: #ECF019;
}
</style>
background-color css
<style>
a { background-color: #ECF019; }
a { background-color: rgb(236,240,25); }
div.DivClassName
{
background-color: #ECF019;
}
.BgClassName
{
background-color: #ECF019;
}
</style>
border-color css
<style>
span { border-color: #ECF019; }
span { border-color: rgb(236,240,25); }
td.TdClassName
{
border-color: #ECF019;
}
.TagClassName
{
border-color: #ECF019;
}
</style>