Shades of Lemon #ECF213
Tints of Lemon #ECF213
RGB
CMYK
RGB Variations
Color information
#ECF213 (or 0xECF213) is known color: Lemon. HEX triplet: EC, F2 and 13. RGB value is (236,242,19). Sum of RGB (Red+Green+Blue) = 236+242+19=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF213 is #130DEC. Grayscale: #D7D7D7. Windows color (decimal): -1248749 or 1307372. OLE color: 1307372.
HSL color Cylindrical-coordinate representation of color #ECF213: hue angle of 61.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF213 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 19 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.05 |
| HSL | 61.61º | 0.9% | 0.51% | - |
| HSV(B) | 61.61º | 0.92% | 0.95% | - |
| XYZ | 66.46 | 81.38 | 12.82 | - |
| YUV | 214.78 | 17.51 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 19 | 0.02 | 0 | 0.92 | 0.05 | 61.61 | 0.9 | 0.51 |
| Hex | EC | F2 | 13 | 2 | 0 | 5C | 5 | 3E | 5A | 33 |
| Octal | 354 | 362 | 23 | 2 | 0 | 134 | 5 | 76 | 132 | 63 |
| Binary | 11101100 | 11110010 | 10011 | 10 | 0 | 1011100 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #ECF213
Complementary color
Monochromatic Colors of #ECF213
Black with #ECF213
Text Example
Text Example
White with #ECF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF213; }
p { color: rgb(236,242,19); }
H1.HeaderClassName
{
color: #ECF213;
}
.AnyTagClassName
{
color: #ECF213;
}
</style>
background-color css
<style>
a { background-color: #ECF213; }
a { background-color: rgb(236,242,19); }
div.DivClassName
{
background-color: #ECF213;
}
.BgClassName
{
background-color: #ECF213;
}
</style>
border-color css
<style>
span { border-color: #ECF213; }
span { border-color: rgb(236,242,19); }
td.TdClassName
{
border-color: #ECF213;
}
.TagClassName
{
border-color: #ECF213;
}
</style>