Shades of Lemon #ECE519
Tints of Lemon #ECE519
RGB
CMYK
RGB Variations
Color information
#ECE519 (or 0xECE519) is known color: Lemon. HEX triplet: EC, E5 and 19. RGB value is (236,229,25). Sum of RGB (Red+Green+Blue) = 236+229+25=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE519 is #131AE6. Grayscale: #D0D0D0. Windows color (decimal): -1252071 or 1697260. OLE color: 1697260.
HSL color Cylindrical-coordinate representation of color #ECE519: hue angle of 58.01º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECE519 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 25 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.07 |
| HSL | 58.01º | 0.85% | 0.51% | - |
| HSV(B) | 58.01º | 0.89% | 0.93% | - |
| XYZ | 62.79 | 73.94 | 11.88 | - |
| YUV | 207.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 25 | 0 | 0.03 | 0.89 | 0.07 | 58.01 | 0.85 | 0.51 |
| Hex | EC | E5 | 19 | 0 | 3 | 59 | 7 | 3A | 55 | 33 |
| Octal | 354 | 345 | 31 | 0 | 3 | 131 | 7 | 72 | 125 | 63 |
| Binary | 11101100 | 11100101 | 11001 | 0 | 11 | 1011001 | 111 | 111010 | 1010101 | 110011 |
Color Harmonies of #ECE519
Complementary color
Monochromatic Colors of #ECE519
Black with #ECE519
Text Example
Text Example
White with #ECE519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE519; }
p { color: rgb(236,229,25); }
H1.HeaderClassName
{
color: #ECE519;
}
.AnyTagClassName
{
color: #ECE519;
}
</style>
background-color css
<style>
a { background-color: #ECE519; }
a { background-color: rgb(236,229,25); }
div.DivClassName
{
background-color: #ECE519;
}
.BgClassName
{
background-color: #ECE519;
}
</style>
border-color css
<style>
span { border-color: #ECE519; }
span { border-color: rgb(236,229,25); }
td.TdClassName
{
border-color: #ECE519;
}
.TagClassName
{
border-color: #ECE519;
}
</style>