Shades of Lemon #ECF816
Tints of Lemon #ECF816
RGB
CMYK
RGB Variations
Color information
#ECF816 (or 0xECF816) is known color: Lemon. HEX triplet: EC, F8 and 16. RGB value is (236,248,22). Sum of RGB (Red+Green+Blue) = 236+248+22=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 22 (8.98% from 255 or 4.35% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF816 is #1307E9. Grayscale: #DBDBDB. Windows color (decimal): -1247210 or 1505516. OLE color: 1505516.
HSL color Cylindrical-coordinate representation of color #ECF816: hue angle of 63.19º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECF816 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 22 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.03 |
| HSL | 63.19º | 0.94% | 0.53% | - |
| HSV(B) | 63.19º | 0.91% | 0.97% | - |
| XYZ | 68.3 | 85.03 | 13.57 | - |
| YUV | 218.65 | 17.02 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 22 | 0.05 | 0 | 0.91 | 0.03 | 63.19 | 0.94 | 0.53 |
| Hex | EC | F8 | 16 | 5 | 0 | 5B | 3 | 3F | 5E | 35 |
| Octal | 354 | 370 | 26 | 5 | 0 | 133 | 3 | 77 | 136 | 65 |
| Binary | 11101100 | 11111000 | 10110 | 101 | 0 | 1011011 | 11 | 111111 | 1011110 | 110101 |
Color Harmonies of #ECF816
Complementary color
Monochromatic Colors of #ECF816
Black with #ECF816
Text Example
Text Example
White with #ECF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF816; }
p { color: rgb(236,248,22); }
H1.HeaderClassName
{
color: #ECF816;
}
.AnyTagClassName
{
color: #ECF816;
}
</style>
background-color css
<style>
a { background-color: #ECF816; }
a { background-color: rgb(236,248,22); }
div.DivClassName
{
background-color: #ECF816;
}
.BgClassName
{
background-color: #ECF816;
}
</style>
border-color css
<style>
span { border-color: #ECF816; }
span { border-color: rgb(236,248,22); }
td.TdClassName
{
border-color: #ECF816;
}
.TagClassName
{
border-color: #ECF816;
}
</style>