Shades of Lemon #ECDB13
Tints of Lemon #ECDB13
RGB
CMYK
RGB Variations
Color information
#ECDB13 (or 0xECDB13) is known color: Lemon. HEX triplet: EC, DB and 13. RGB value is (236,219,19). Sum of RGB (Red+Green+Blue) = 236+219+19=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB13 is #1324EC. Grayscale: #CACACA. Windows color (decimal): -1254637 or 1301484. OLE color: 1301484.
HSL color Cylindrical-coordinate representation of color #ECDB13: hue angle of 55.3º 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 #ECDB13 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 19 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.07 |
| HSL | 55.3º | 0.85% | 0.5% | - |
| HSV(B) | 55.3º | 0.92% | 0.93% | - |
| XYZ | 60.04 | 68.54 | 10.68 | - |
| YUV | 201.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 19 | 0 | 0.07 | 0.92 | 0.07 | 55.3 | 0.85 | 0.5 |
| Hex | EC | DB | 13 | 0 | 7 | 5C | 7 | 37 | 55 | 32 |
| Octal | 354 | 333 | 23 | 0 | 7 | 134 | 7 | 67 | 125 | 62 |
| Binary | 11101100 | 11011011 | 10011 | 0 | 111 | 1011100 | 111 | 110111 | 1010101 | 110010 |
Color Harmonies of #ECDB13
Complementary color
Monochromatic Colors of #ECDB13
Black with #ECDB13
Text Example
Text Example
White with #ECDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB13; }
p { color: rgb(236,219,19); }
H1.HeaderClassName
{
color: #ECDB13;
}
.AnyTagClassName
{
color: #ECDB13;
}
</style>
background-color css
<style>
a { background-color: #ECDB13; }
a { background-color: rgb(236,219,19); }
div.DivClassName
{
background-color: #ECDB13;
}
.BgClassName
{
background-color: #ECDB13;
}
</style>
border-color css
<style>
span { border-color: #ECDB13; }
span { border-color: rgb(236,219,19); }
td.TdClassName
{
border-color: #ECDB13;
}
.TagClassName
{
border-color: #ECDB13;
}
</style>