Shades of Lemon #ECF11E
Tints of Lemon #ECF11E
RGB
CMYK
RGB Variations
Color information
#ECF11E (or 0xECF11E) is known color: Lemon. HEX triplet: EC, F1 and 1E. RGB value is (236,241,30). Sum of RGB (Red+Green+Blue) = 236+241+30=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 30 (12.11% from 255 or 5.92% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF11E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF11E is #130EE1. Grayscale: #D8D8D8. Windows color (decimal): -1248994 or 2028012. OLE color: 2028012.
HSL color Cylindrical-coordinate representation of color #ECF11E: hue angle of 61.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECF11E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 30 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.42º | 0.88% | 0.53% | - |
| HSV(B) | 61.42º | 0.88% | 0.95% | - |
| XYZ | 66.28 | 80.84 | 13.34 | - |
| YUV | 215.45 | 23.34 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 30 | 0.02 | 0 | 0.88 | 0.05 | 61.42 | 0.88 | 0.53 |
| Hex | EC | F1 | 1E | 2 | 0 | 58 | 5 | 3D | 58 | 35 |
| Octal | 354 | 361 | 36 | 2 | 0 | 130 | 5 | 75 | 130 | 65 |
| Binary | 11101100 | 11110001 | 11110 | 10 | 0 | 1011000 | 101 | 111101 | 1011000 | 110101 |
Color Harmonies of #ECF11E
Complementary color
Monochromatic Colors of #ECF11E
Black with #ECF11E
Text Example
Text Example
White with #ECF11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF11E; }
p { color: rgb(236,241,30); }
H1.HeaderClassName
{
color: #ECF11E;
}
.AnyTagClassName
{
color: #ECF11E;
}
</style>
background-color css
<style>
a { background-color: #ECF11E; }
a { background-color: rgb(236,241,30); }
div.DivClassName
{
background-color: #ECF11E;
}
.BgClassName
{
background-color: #ECF11E;
}
</style>
border-color css
<style>
span { border-color: #ECF11E; }
span { border-color: rgb(236,241,30); }
td.TdClassName
{
border-color: #ECF11E;
}
.TagClassName
{
border-color: #ECF11E;
}
</style>