Shades of Lemon #ECF519
Tints of Lemon #ECF519
RGB
CMYK
RGB Variations
Color information
#ECF519 (or 0xECF519) is known color: Lemon. HEX triplet: EC, F5 and 19. RGB value is (236,245,25). Sum of RGB (Red+Green+Blue) = 236+245+25=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 25 (10.16% from 255 or 4.94% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF519 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF519 is #130AE6. Grayscale: #DADADA. Windows color (decimal): -1247975 or 1701356. OLE color: 1701356.
HSL color Cylindrical-coordinate representation of color #ECF519: hue angle of 62.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECF519 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 25 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.04 |
| HSL | 62.45º | 0.92% | 0.53% | - |
| HSV(B) | 62.45º | 0.9% | 0.96% | - |
| XYZ | 67.42 | 83.21 | 13.43 | - |
| YUV | 217.23 | 19.52 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 25 | 0.04 | 0 | 0.90 | 0.04 | 62.45 | 0.92 | 0.53 |
| Hex | EC | F5 | 19 | 4 | 0 | 5A | 4 | 3E | 5C | 35 |
| Octal | 354 | 365 | 31 | 4 | 0 | 132 | 4 | 76 | 134 | 65 |
| Binary | 11101100 | 11110101 | 11001 | 100 | 0 | 1011010 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #ECF519
Complementary color
Monochromatic Colors of #ECF519
Black with #ECF519
Text Example
Text Example
White with #ECF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF519; }
p { color: rgb(236,245,25); }
H1.HeaderClassName
{
color: #ECF519;
}
.AnyTagClassName
{
color: #ECF519;
}
</style>
background-color css
<style>
a { background-color: #ECF519; }
a { background-color: rgb(236,245,25); }
div.DivClassName
{
background-color: #ECF519;
}
.BgClassName
{
background-color: #ECF519;
}
</style>
border-color css
<style>
span { border-color: #ECF519; }
span { border-color: rgb(236,245,25); }
td.TdClassName
{
border-color: #ECF519;
}
.TagClassName
{
border-color: #ECF519;
}
</style>