Shades of Lemon #ECDC11
Tints of Lemon #ECDC11
RGB
CMYK
RGB Variations
Color information
#ECDC11 (or 0xECDC11) is known color: Lemon. HEX triplet: EC, DC and 11. RGB value is (236,220,17). Sum of RGB (Red+Green+Blue) = 236+220+17=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC11 is #1323EE. Grayscale: #CACACA. Windows color (decimal): -1254383 or 1170668. OLE color: 1170668.
HSL color Cylindrical-coordinate representation of color #ECDC11: hue angle of 55.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECDC11 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.07 |
| HSL | 55.62º | 0.87% | 0.5% | - |
| HSV(B) | 55.62º | 0.93% | 0.93% | - |
| XYZ | 60.29 | 69.06 | 10.68 | - |
| YUV | 201.64 | 23.8 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 17 | 0 | 0.07 | 0.93 | 0.07 | 55.62 | 0.87 | 0.5 |
| Hex | EC | DC | 11 | 0 | 7 | 5D | 7 | 38 | 57 | 32 |
| Octal | 354 | 334 | 21 | 0 | 7 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101100 | 11011100 | 10001 | 0 | 111 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #ECDC11
Complementary color
Monochromatic Colors of #ECDC11
Black with #ECDC11
Text Example
Text Example
White with #ECDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC11; }
p { color: rgb(236,220,17); }
H1.HeaderClassName
{
color: #ECDC11;
}
.AnyTagClassName
{
color: #ECDC11;
}
</style>
background-color css
<style>
a { background-color: #ECDC11; }
a { background-color: rgb(236,220,17); }
div.DivClassName
{
background-color: #ECDC11;
}
.BgClassName
{
background-color: #ECDC11;
}
</style>
border-color css
<style>
span { border-color: #ECDC11; }
span { border-color: rgb(236,220,17); }
td.TdClassName
{
border-color: #ECDC11;
}
.TagClassName
{
border-color: #ECDC11;
}
</style>