Shades of Lemon #ECEC13
Tints of Lemon #ECEC13
RGB
CMYK
RGB Variations
Color information
#ECEC13 (or 0xECEC13) is known color: Lemon. HEX triplet: EC, EC and 13. RGB value is (236,236,19). Sum of RGB (Red+Green+Blue) = 236+236+19=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC13 is #1313EC. Grayscale: #D4D4D4. Windows color (decimal): -1250285 or 1305836. OLE color: 1305836.
HSL color Cylindrical-coordinate representation of color #ECEC13: hue angle of 60º 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 #ECEC13 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 19 | - |
| CMYK | 0 | 0 | 0.92 | 0.07 |
| HSL | 60º | 0.85% | 0.5% | - |
| HSV(B) | 60º | 0.92% | 0.93% | - |
| XYZ | 64.71 | 77.87 | 12.24 | - |
| YUV | 211.26 | 19.5 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 19 | 0 | 0 | 0.92 | 0.07 | 60 | 0.85 | 0.5 |
| Hex | EC | EC | 13 | 0 | 0 | 5C | 7 | 3C | 55 | 32 |
| Octal | 354 | 354 | 23 | 0 | 0 | 134 | 7 | 74 | 125 | 62 |
| Binary | 11101100 | 11101100 | 10011 | 0 | 0 | 1011100 | 111 | 111100 | 1010101 | 110010 |
Color Harmonies of #ECEC13
Complementary color
Monochromatic Colors of #ECEC13
Black with #ECEC13
Text Example
Text Example
White with #ECEC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC13; }
p { color: rgb(236,236,19); }
H1.HeaderClassName
{
color: #ECEC13;
}
.AnyTagClassName
{
color: #ECEC13;
}
</style>
background-color css
<style>
a { background-color: #ECEC13; }
a { background-color: rgb(236,236,19); }
div.DivClassName
{
background-color: #ECEC13;
}
.BgClassName
{
background-color: #ECEC13;
}
</style>
border-color css
<style>
span { border-color: #ECEC13; }
span { border-color: rgb(236,236,19); }
td.TdClassName
{
border-color: #ECEC13;
}
.TagClassName
{
border-color: #ECEC13;
}
</style>