Shades of Lemon #ECE813
Tints of Lemon #ECE813
RGB
CMYK
RGB Variations
Color information
#ECE813 (or 0xECE813) is known color: Lemon. HEX triplet: EC, E8 and 13. RGB value is (236,232,19). Sum of RGB (Red+Green+Blue) = 236+232+19=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 19 (7.81% from 255 or 3.90% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE813 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE813 is #1317EC. Grayscale: #D1D1D1. Windows color (decimal): -1251309 or 1304812. OLE color: 1304812.
HSL color Cylindrical-coordinate representation of color #ECE813: hue angle of 58.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECE813 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.07 |
| HSL | 58.89º | 0.85% | 0.5% | - |
| HSV(B) | 58.89º | 0.92% | 0.93% | - |
| XYZ | 63.57 | 75.59 | 11.86 | - |
| YUV | 208.91 | 20.83 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 19 | 0 | 0.02 | 0.92 | 0.07 | 58.89 | 0.85 | 0.5 |
| Hex | EC | E8 | 13 | 0 | 2 | 5C | 7 | 3B | 55 | 32 |
| Octal | 354 | 350 | 23 | 0 | 2 | 134 | 7 | 73 | 125 | 62 |
| Binary | 11101100 | 11101000 | 10011 | 0 | 10 | 1011100 | 111 | 111011 | 1010101 | 110010 |
Color Harmonies of #ECE813
Complementary color
Monochromatic Colors of #ECE813
Black with #ECE813
Text Example
Text Example
White with #ECE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE813; }
p { color: rgb(236,232,19); }
H1.HeaderClassName
{
color: #ECE813;
}
.AnyTagClassName
{
color: #ECE813;
}
</style>
background-color css
<style>
a { background-color: #ECE813; }
a { background-color: rgb(236,232,19); }
div.DivClassName
{
background-color: #ECE813;
}
.BgClassName
{
background-color: #ECE813;
}
</style>
border-color css
<style>
span { border-color: #ECE813; }
span { border-color: rgb(236,232,19); }
td.TdClassName
{
border-color: #ECE813;
}
.TagClassName
{
border-color: #ECE813;
}
</style>