Shades of Lemon #ECF119
Tints of Lemon #ECF119
RGB
CMYK
RGB Variations
Color information
#ECF119 (or 0xECF119) is known color: Lemon. HEX triplet: EC, F1 and 19. RGB value is (236,241,25). Sum of RGB (Red+Green+Blue) = 236+241+25=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 25 (10.16% from 255 or 4.98% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF119 is #130EE6. Grayscale: #D7D7D7. Windows color (decimal): -1248999 or 1700332. OLE color: 1700332.
HSL color Cylindrical-coordinate representation of color #ECF119: hue angle of 61.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECF119 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.39º | 0.89% | 0.52% | - |
| HSV(B) | 61.39º | 0.9% | 0.95% | - |
| XYZ | 66.22 | 80.81 | 13.03 | - |
| YUV | 214.88 | 20.84 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 25 | 0.02 | 0 | 0.90 | 0.05 | 61.39 | 0.89 | 0.52 |
| Hex | EC | F1 | 19 | 2 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 354 | 361 | 31 | 2 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101100 | 11110001 | 11001 | 10 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #ECF119
Complementary color
Monochromatic Colors of #ECF119
Black with #ECF119
Text Example
Text Example
White with #ECF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF119; }
p { color: rgb(236,241,25); }
H1.HeaderClassName
{
color: #ECF119;
}
.AnyTagClassName
{
color: #ECF119;
}
</style>
background-color css
<style>
a { background-color: #ECF119; }
a { background-color: rgb(236,241,25); }
div.DivClassName
{
background-color: #ECF119;
}
.BgClassName
{
background-color: #ECF119;
}
</style>
border-color css
<style>
span { border-color: #ECF119; }
span { border-color: rgb(236,241,25); }
td.TdClassName
{
border-color: #ECF119;
}
.TagClassName
{
border-color: #ECF119;
}
</style>