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