Shades of Lemon #ECE814
Tints of Lemon #ECE814
RGB
CMYK
RGB Variations
Color information
#ECE814 (or 0xECE814) is known color: Lemon. HEX triplet: EC, E8 and 14. RGB value is (236,232,20). Sum of RGB (Red+Green+Blue) = 236+232+20=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE814 is #1317EB. Grayscale: #D1D1D1. Windows color (decimal): -1251308 or 1370348. OLE color: 1370348.
HSL color Cylindrical-coordinate representation of color #ECE814: 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 #ECE814 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 20 | - |
| 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.6 | 11.9 | - |
| YUV | 209.03 | 21.33 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 20 | 0 | 0.02 | 0.92 | 0.07 | 58.89 | 0.85 | 0.5 |
| Hex | EC | E8 | 14 | 0 | 2 | 5C | 7 | 3B | 55 | 32 |
| Octal | 354 | 350 | 24 | 0 | 2 | 134 | 7 | 73 | 125 | 62 |
| Binary | 11101100 | 11101000 | 10100 | 0 | 10 | 1011100 | 111 | 111011 | 1010101 | 110010 |
Color Harmonies of #ECE814
Complementary color
Monochromatic Colors of #ECE814
Black with #ECE814
Text Example
Text Example
White with #ECE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE814; }
p { color: rgb(236,232,20); }
H1.HeaderClassName
{
color: #ECE814;
}
.AnyTagClassName
{
color: #ECE814;
}
</style>
background-color css
<style>
a { background-color: #ECE814; }
a { background-color: rgb(236,232,20); }
div.DivClassName
{
background-color: #ECE814;
}
.BgClassName
{
background-color: #ECE814;
}
</style>
border-color css
<style>
span { border-color: #ECE814; }
span { border-color: rgb(236,232,20); }
td.TdClassName
{
border-color: #ECE814;
}
.TagClassName
{
border-color: #ECE814;
}
</style>