Shades of Lemon #ECE210
Tints of Lemon #ECE210
RGB
CMYK
RGB Variations
Color information
#ECE210 (or 0xECE210) is known color: Lemon. HEX triplet: EC, E2 and 10. RGB value is (236,226,16). Sum of RGB (Red+Green+Blue) = 236+226+16=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE210 is #131DEF. Grayscale: #CDCDCD. Windows color (decimal): -1252848 or 1106668. OLE color: 1106668.
HSL color Cylindrical-coordinate representation of color #ECE210: hue angle of 57.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECE210 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.07 |
| HSL | 57.27º | 0.87% | 0.49% | - |
| HSV(B) | 57.27º | 0.93% | 0.93% | - |
| XYZ | 61.88 | 72.26 | 11.18 | - |
| YUV | 205.05 | 21.31 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 16 | 0 | 0.04 | 0.93 | 0.07 | 57.27 | 0.87 | 0.49 |
| Hex | EC | E2 | 10 | 0 | 4 | 5D | 7 | 39 | 57 | 31 |
| Octal | 354 | 342 | 20 | 0 | 4 | 135 | 7 | 71 | 127 | 61 |
| Binary | 11101100 | 11100010 | 10000 | 0 | 100 | 1011101 | 111 | 111001 | 1010111 | 110001 |
Color Harmonies of #ECE210
Complementary color
Monochromatic Colors of #ECE210
Black with #ECE210
Text Example
Text Example
White with #ECE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE210; }
p { color: rgb(236,226,16); }
H1.HeaderClassName
{
color: #ECE210;
}
.AnyTagClassName
{
color: #ECE210;
}
</style>
background-color css
<style>
a { background-color: #ECE210; }
a { background-color: rgb(236,226,16); }
div.DivClassName
{
background-color: #ECE210;
}
.BgClassName
{
background-color: #ECE210;
}
</style>
border-color css
<style>
span { border-color: #ECE210; }
span { border-color: rgb(236,226,16); }
td.TdClassName
{
border-color: #ECE210;
}
.TagClassName
{
border-color: #ECE210;
}
</style>