Shades of Lemon #ECE513
Tints of Lemon #ECE513
RGB
CMYK
RGB Variations
Color information
#ECE513 (or 0xECE513) is known color: Lemon. HEX triplet: EC, E5 and 13. RGB value is (236,229,19). Sum of RGB (Red+Green+Blue) = 236+229+19=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE513 is #131AEC. Grayscale: #CFCFCF. Windows color (decimal): -1252077 or 1304044. OLE color: 1304044.
HSL color Cylindrical-coordinate representation of color #ECE513: hue angle of 58.06º 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 #ECE513 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 19 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.07 |
| HSL | 58.06º | 0.85% | 0.5% | - |
| HSV(B) | 58.06º | 0.92% | 0.93% | - |
| XYZ | 62.73 | 73.92 | 11.58 | - |
| YUV | 207.15 | 21.82 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 19 | 0 | 0.03 | 0.92 | 0.07 | 58.06 | 0.85 | 0.5 |
| Hex | EC | E5 | 13 | 0 | 3 | 5C | 7 | 3A | 55 | 32 |
| Octal | 354 | 345 | 23 | 0 | 3 | 134 | 7 | 72 | 125 | 62 |
| Binary | 11101100 | 11100101 | 10011 | 0 | 11 | 1011100 | 111 | 111010 | 1010101 | 110010 |
Color Harmonies of #ECE513
Complementary color
Monochromatic Colors of #ECE513
Black with #ECE513
Text Example
Text Example
White with #ECE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE513; }
p { color: rgb(236,229,19); }
H1.HeaderClassName
{
color: #ECE513;
}
.AnyTagClassName
{
color: #ECE513;
}
</style>
background-color css
<style>
a { background-color: #ECE513; }
a { background-color: rgb(236,229,19); }
div.DivClassName
{
background-color: #ECE513;
}
.BgClassName
{
background-color: #ECE513;
}
</style>
border-color css
<style>
span { border-color: #ECE513; }
span { border-color: rgb(236,229,19); }
td.TdClassName
{
border-color: #ECE513;
}
.TagClassName
{
border-color: #ECE513;
}
</style>