Shades of Lemon #ECF71C
Tints of Lemon #ECF71C
RGB
CMYK
RGB Variations
Color information
#ECF71C (or 0xECF71C) is known color: Lemon. HEX triplet: EC, F7 and 1C. RGB value is (236,247,28). Sum of RGB (Red+Green+Blue) = 236+247+28=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 28 (11.33% from 255 or 5.48% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF71C is #1308E3. Grayscale: #DBDBDB. Windows color (decimal): -1247460 or 1898476. OLE color: 1898476.
HSL color Cylindrical-coordinate representation of color #ECF71C: hue angle of 63.01º degrees, saturation: 0.93, 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 #ECF71C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 28 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.03 |
| HSL | 63.01º | 0.93% | 0.54% | - |
| HSV(B) | 63.01º | 0.89% | 0.97% | - |
| XYZ | 68.06 | 84.44 | 13.81 | - |
| YUV | 218.75 | 20.36 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 28 | 0.04 | 0 | 0.89 | 0.03 | 63.01 | 0.93 | 0.54 |
| Hex | EC | F7 | 1C | 4 | 0 | 59 | 3 | 3F | 5D | 36 |
| Octal | 354 | 367 | 34 | 4 | 0 | 131 | 3 | 77 | 135 | 66 |
| Binary | 11101100 | 11110111 | 11100 | 100 | 0 | 1011001 | 11 | 111111 | 1011101 | 110110 |
Color Harmonies of #ECF71C
Complementary color
Monochromatic Colors of #ECF71C
Black with #ECF71C
Text Example
Text Example
White with #ECF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF71C; }
p { color: rgb(236,247,28); }
H1.HeaderClassName
{
color: #ECF71C;
}
.AnyTagClassName
{
color: #ECF71C;
}
</style>
background-color css
<style>
a { background-color: #ECF71C; }
a { background-color: rgb(236,247,28); }
div.DivClassName
{
background-color: #ECF71C;
}
.BgClassName
{
background-color: #ECF71C;
}
</style>
border-color css
<style>
span { border-color: #ECF71C; }
span { border-color: rgb(236,247,28); }
td.TdClassName
{
border-color: #ECF71C;
}
.TagClassName
{
border-color: #ECF71C;
}
</style>