Shades of Lemon #ECE815
Tints of Lemon #ECE815
RGB
CMYK
RGB Variations
Color information
#ECE815 (or 0xECE815) is known color: Lemon. HEX triplet: EC, E8 and 15. RGB value is (236,232,21). Sum of RGB (Red+Green+Blue) = 236+232+21=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE815 is #1317EA. Grayscale: #D1D1D1. Windows color (decimal): -1251307 or 1435884. OLE color: 1435884.
HSL color Cylindrical-coordinate representation of color #ECE815: hue angle of 58.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECE815 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.07 |
| HSL | 58.88º | 0.85% | 0.5% | - |
| HSV(B) | 58.88º | 0.91% | 0.93% | - |
| XYZ | 63.58 | 75.6 | 11.95 | - |
| YUV | 209.14 | 21.83 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 21 | 0 | 0.02 | 0.91 | 0.07 | 58.88 | 0.85 | 0.5 |
| Hex | EC | E8 | 15 | 0 | 2 | 5B | 7 | 3B | 55 | 32 |
| Octal | 354 | 350 | 25 | 0 | 2 | 133 | 7 | 73 | 125 | 62 |
| Binary | 11101100 | 11101000 | 10101 | 0 | 10 | 1011011 | 111 | 111011 | 1010101 | 110010 |
Color Harmonies of #ECE815
Complementary color
Monochromatic Colors of #ECE815
Black with #ECE815
Text Example
Text Example
White with #ECE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE815; }
p { color: rgb(236,232,21); }
H1.HeaderClassName
{
color: #ECE815;
}
.AnyTagClassName
{
color: #ECE815;
}
</style>
background-color css
<style>
a { background-color: #ECE815; }
a { background-color: rgb(236,232,21); }
div.DivClassName
{
background-color: #ECE815;
}
.BgClassName
{
background-color: #ECE815;
}
</style>
border-color css
<style>
span { border-color: #ECE815; }
span { border-color: rgb(236,232,21); }
td.TdClassName
{
border-color: #ECE815;
}
.TagClassName
{
border-color: #ECE815;
}
</style>