Shades of Lemon #ECE211
Tints of Lemon #ECE211
RGB
CMYK
RGB Variations
Color information
#ECE211 (or 0xECE211) is known color: Lemon. HEX triplet: EC, E2 and 11. RGB value is (236,226,17). Sum of RGB (Red+Green+Blue) = 236+226+17=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE211 is #131DEE. Grayscale: #CECECE. Windows color (decimal): -1252847 or 1172204. OLE color: 1172204.
HSL color Cylindrical-coordinate representation of color #ECE211: hue angle of 57.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECE211 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.07 |
| HSL | 57.26º | 0.87% | 0.5% | - |
| HSV(B) | 57.26º | 0.93% | 0.93% | - |
| XYZ | 61.89 | 72.27 | 11.22 | - |
| YUV | 205.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 17 | 0 | 0.04 | 0.93 | 0.07 | 57.26 | 0.87 | 0.5 |
| Hex | EC | E2 | 11 | 0 | 4 | 5D | 7 | 39 | 57 | 32 |
| Octal | 354 | 342 | 21 | 0 | 4 | 135 | 7 | 71 | 127 | 62 |
| Binary | 11101100 | 11100010 | 10001 | 0 | 100 | 1011101 | 111 | 111001 | 1010111 | 110010 |
Color Harmonies of #ECE211
Complementary color
Monochromatic Colors of #ECE211
Black with #ECE211
Text Example
Text Example
White with #ECE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE211; }
p { color: rgb(236,226,17); }
H1.HeaderClassName
{
color: #ECE211;
}
.AnyTagClassName
{
color: #ECE211;
}
</style>
background-color css
<style>
a { background-color: #ECE211; }
a { background-color: rgb(236,226,17); }
div.DivClassName
{
background-color: #ECE211;
}
.BgClassName
{
background-color: #ECE211;
}
</style>
border-color css
<style>
span { border-color: #ECE211; }
span { border-color: rgb(236,226,17); }
td.TdClassName
{
border-color: #ECE211;
}
.TagClassName
{
border-color: #ECE211;
}
</style>