Shades of Lemon #ECF71A
Tints of Lemon #ECF71A
RGB
CMYK
RGB Variations
Color information
#ECF71A (or 0xECF71A) is known color: Lemon. HEX triplet: EC, F7 and 1A. RGB value is (236,247,26). Sum of RGB (Red+Green+Blue) = 236+247+26=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF71A is #1308E5. Grayscale: #DBDBDB. Windows color (decimal): -1247462 or 1767404. OLE color: 1767404.
HSL color Cylindrical-coordinate representation of color #ECF71A: hue angle of 62.99º 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 #ECF71A is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 26 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.03 |
| HSL | 62.99º | 0.93% | 0.54% | - |
| HSV(B) | 62.99º | 0.89% | 0.97% | - |
| XYZ | 68.04 | 84.43 | 13.69 | - |
| YUV | 218.52 | 19.36 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 26 | 0.04 | 0 | 0.89 | 0.03 | 62.99 | 0.93 | 0.54 |
| Hex | EC | F7 | 1A | 4 | 0 | 59 | 3 | 3F | 5D | 36 |
| Octal | 354 | 367 | 32 | 4 | 0 | 131 | 3 | 77 | 135 | 66 |
| Binary | 11101100 | 11110111 | 11010 | 100 | 0 | 1011001 | 11 | 111111 | 1011101 | 110110 |
Color Harmonies of #ECF71A
Complementary color
Monochromatic Colors of #ECF71A
Black with #ECF71A
Text Example
Text Example
White with #ECF71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF71A; }
p { color: rgb(236,247,26); }
H1.HeaderClassName
{
color: #ECF71A;
}
.AnyTagClassName
{
color: #ECF71A;
}
</style>
background-color css
<style>
a { background-color: #ECF71A; }
a { background-color: rgb(236,247,26); }
div.DivClassName
{
background-color: #ECF71A;
}
.BgClassName
{
background-color: #ECF71A;
}
</style>
border-color css
<style>
span { border-color: #ECF71A; }
span { border-color: rgb(236,247,26); }
td.TdClassName
{
border-color: #ECF71A;
}
.TagClassName
{
border-color: #ECF71A;
}
</style>