Shades of Lemon #ECF311
Tints of Lemon #ECF311
RGB
CMYK
RGB Variations
Color information
#ECF311 (or 0xECF311) is known color: Lemon. HEX triplet: EC, F3 and 11. RGB value is (236,243,17). Sum of RGB (Red+Green+Blue) = 236+243+17=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 17 (7.03% from 255 or 3.43% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF311 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF311 is #130CEE. Grayscale: #D8D8D8. Windows color (decimal): -1248495 or 1176556. OLE color: 1176556.
HSL color Cylindrical-coordinate representation of color #ECF311: hue angle of 61.86º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECF311 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 17 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.05 |
| HSL | 61.86º | 0.9% | 0.51% | - |
| HSV(B) | 61.86º | 0.93% | 0.95% | - |
| XYZ | 66.74 | 81.97 | 12.84 | - |
| YUV | 215.14 | 16.18 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 17 | 0.03 | 0 | 0.93 | 0.05 | 61.86 | 0.9 | 0.51 |
| Hex | EC | F3 | 11 | 3 | 0 | 5D | 5 | 3E | 5A | 33 |
| Octal | 354 | 363 | 21 | 3 | 0 | 135 | 5 | 76 | 132 | 63 |
| Binary | 11101100 | 11110011 | 10001 | 11 | 0 | 1011101 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #ECF311
Complementary color
Monochromatic Colors of #ECF311
Black with #ECF311
Text Example
Text Example
White with #ECF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF311; }
p { color: rgb(236,243,17); }
H1.HeaderClassName
{
color: #ECF311;
}
.AnyTagClassName
{
color: #ECF311;
}
</style>
background-color css
<style>
a { background-color: #ECF311; }
a { background-color: rgb(236,243,17); }
div.DivClassName
{
background-color: #ECF311;
}
.BgClassName
{
background-color: #ECF311;
}
</style>
border-color css
<style>
span { border-color: #ECF311; }
span { border-color: rgb(236,243,17); }
td.TdClassName
{
border-color: #ECF311;
}
.TagClassName
{
border-color: #ECF311;
}
</style>