Shades of Lemon #ECE810
Tints of Lemon #ECE810
RGB
CMYK
RGB Variations
Color information
#ECE810 (or 0xECE810) is known color: Lemon. HEX triplet: EC, E8 and 10. RGB value is (236,232,16). Sum of RGB (Red+Green+Blue) = 236+232+16=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE810 is #1317EF. Grayscale: #D1D1D1. Windows color (decimal): -1251312 or 1108204. OLE color: 1108204.
HSL color Cylindrical-coordinate representation of color #ECE810: hue angle of 58.91º 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 #ECE810 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.07 |
| HSL | 58.91º | 0.87% | 0.49% | - |
| HSV(B) | 58.91º | 0.93% | 0.93% | - |
| XYZ | 63.54 | 75.58 | 11.73 | - |
| YUV | 208.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 16 | 0 | 0.02 | 0.93 | 0.07 | 58.91 | 0.87 | 0.49 |
| Hex | EC | E8 | 10 | 0 | 2 | 5D | 7 | 3B | 57 | 31 |
| Octal | 354 | 350 | 20 | 0 | 2 | 135 | 7 | 73 | 127 | 61 |
| Binary | 11101100 | 11101000 | 10000 | 0 | 10 | 1011101 | 111 | 111011 | 1010111 | 110001 |
Color Harmonies of #ECE810
Complementary color
Monochromatic Colors of #ECE810
Black with #ECE810
Text Example
Text Example
White with #ECE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE810; }
p { color: rgb(236,232,16); }
H1.HeaderClassName
{
color: #ECE810;
}
.AnyTagClassName
{
color: #ECE810;
}
</style>
background-color css
<style>
a { background-color: #ECE810; }
a { background-color: rgb(236,232,16); }
div.DivClassName
{
background-color: #ECE810;
}
.BgClassName
{
background-color: #ECE810;
}
</style>
border-color css
<style>
span { border-color: #ECE810; }
span { border-color: rgb(236,232,16); }
td.TdClassName
{
border-color: #ECE810;
}
.TagClassName
{
border-color: #ECE810;
}
</style>