Shades of Lemon #ECF815
Tints of Lemon #ECF815
RGB
CMYK
RGB Variations
Color information
#ECF815 (or 0xECF815) is known color: Lemon. HEX triplet: EC, F8 and 15. RGB value is (236,248,21). Sum of RGB (Red+Green+Blue) = 236+248+21=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 21 (8.59% from 255 or 4.16% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF815 is #1307EA. Grayscale: #DBDBDB. Windows color (decimal): -1247211 or 1439980. OLE color: 1439980.
HSL color Cylindrical-coordinate representation of color #ECF815: hue angle of 63.17º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF815 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 21 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.03 |
| HSL | 63.17º | 0.94% | 0.53% | - |
| HSV(B) | 63.17º | 0.92% | 0.97% | - |
| XYZ | 68.29 | 85.02 | 13.52 | - |
| YUV | 218.53 | 16.52 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 21 | 0.05 | 0 | 0.92 | 0.03 | 63.17 | 0.94 | 0.53 |
| Hex | EC | F8 | 15 | 5 | 0 | 5C | 3 | 3F | 5E | 35 |
| Octal | 354 | 370 | 25 | 5 | 0 | 134 | 3 | 77 | 136 | 65 |
| Binary | 11101100 | 11111000 | 10101 | 101 | 0 | 1011100 | 11 | 111111 | 1011110 | 110101 |
Color Harmonies of #ECF815
Complementary color
Monochromatic Colors of #ECF815
Black with #ECF815
Text Example
Text Example
White with #ECF815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF815; }
p { color: rgb(236,248,21); }
H1.HeaderClassName
{
color: #ECF815;
}
.AnyTagClassName
{
color: #ECF815;
}
</style>
background-color css
<style>
a { background-color: #ECF815; }
a { background-color: rgb(236,248,21); }
div.DivClassName
{
background-color: #ECF815;
}
.BgClassName
{
background-color: #ECF815;
}
</style>
border-color css
<style>
span { border-color: #ECF815; }
span { border-color: rgb(236,248,21); }
td.TdClassName
{
border-color: #ECF815;
}
.TagClassName
{
border-color: #ECF815;
}
</style>