Shades of Lemon #ECF81C
Tints of Lemon #ECF81C
RGB
CMYK
RGB Variations
Color information
#ECF81C (or 0xECF81C) is known color: Lemon. HEX triplet: EC, F8 and 1C. RGB value is (236,248,28). Sum of RGB (Red+Green+Blue) = 236+248+28=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 28 (11.33% from 255 or 5.47% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF81C is #1307E3. Grayscale: #DCDCDC. Windows color (decimal): -1247204 or 1898732. OLE color: 1898732.
HSL color Cylindrical-coordinate representation of color #ECF81C: hue angle of 63.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECF81C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 28 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.03 |
| HSL | 63.27º | 0.94% | 0.54% | - |
| HSV(B) | 63.27º | 0.89% | 0.97% | - |
| XYZ | 68.37 | 85.05 | 13.91 | - |
| YUV | 219.33 | 20.02 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 28 | 0.05 | 0 | 0.89 | 0.03 | 63.27 | 0.94 | 0.54 |
| Hex | EC | F8 | 1C | 5 | 0 | 59 | 3 | 3F | 5E | 36 |
| Octal | 354 | 370 | 34 | 5 | 0 | 131 | 3 | 77 | 136 | 66 |
| Binary | 11101100 | 11111000 | 11100 | 101 | 0 | 1011001 | 11 | 111111 | 1011110 | 110110 |
Color Harmonies of #ECF81C
Complementary color
Monochromatic Colors of #ECF81C
Black with #ECF81C
Text Example
Text Example
White with #ECF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF81C; }
p { color: rgb(236,248,28); }
H1.HeaderClassName
{
color: #ECF81C;
}
.AnyTagClassName
{
color: #ECF81C;
}
</style>
background-color css
<style>
a { background-color: #ECF81C; }
a { background-color: rgb(236,248,28); }
div.DivClassName
{
background-color: #ECF81C;
}
.BgClassName
{
background-color: #ECF81C;
}
</style>
border-color css
<style>
span { border-color: #ECF81C; }
span { border-color: rgb(236,248,28); }
td.TdClassName
{
border-color: #ECF81C;
}
.TagClassName
{
border-color: #ECF81C;
}
</style>