Shades of Lemon #ECDD13
Tints of Lemon #ECDD13
RGB
CMYK
RGB Variations
Color information
#ECDD13 (or 0xECDD13) is known color: Lemon. HEX triplet: EC, DD and 13. RGB value is (236,221,19). Sum of RGB (Red+Green+Blue) = 236+221+19=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD13 is #1322EC. Grayscale: #CBCBCB. Windows color (decimal): -1254125 or 1301996. OLE color: 1301996.
HSL color Cylindrical-coordinate representation of color #ECDD13: hue angle of 55.85º 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 #ECDD13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.07 |
| HSL | 55.85º | 0.85% | 0.5% | - |
| HSV(B) | 55.85º | 0.92% | 0.93% | - |
| XYZ | 60.57 | 69.59 | 10.86 | - |
| YUV | 202.46 | 24.47 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 19 | 0 | 0.06 | 0.92 | 0.07 | 55.85 | 0.85 | 0.5 |
| Hex | EC | DD | 13 | 0 | 6 | 5C | 7 | 38 | 55 | 32 |
| Octal | 354 | 335 | 23 | 0 | 6 | 134 | 7 | 70 | 125 | 62 |
| Binary | 11101100 | 11011101 | 10011 | 0 | 110 | 1011100 | 111 | 111000 | 1010101 | 110010 |
Color Harmonies of #ECDD13
Complementary color
Monochromatic Colors of #ECDD13
Black with #ECDD13
Text Example
Text Example
White with #ECDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD13; }
p { color: rgb(236,221,19); }
H1.HeaderClassName
{
color: #ECDD13;
}
.AnyTagClassName
{
color: #ECDD13;
}
</style>
background-color css
<style>
a { background-color: #ECDD13; }
a { background-color: rgb(236,221,19); }
div.DivClassName
{
background-color: #ECDD13;
}
.BgClassName
{
background-color: #ECDD13;
}
</style>
border-color css
<style>
span { border-color: #ECDD13; }
span { border-color: rgb(236,221,19); }
td.TdClassName
{
border-color: #ECDD13;
}
.TagClassName
{
border-color: #ECDD13;
}
</style>