Shades of Lemon #ECDD11
Tints of Lemon #ECDD11
RGB
CMYK
RGB Variations
Color information
#ECDD11 (or 0xECDD11) is known color: Lemon. HEX triplet: EC, DD and 11. RGB value is (236,221,17). Sum of RGB (Red+Green+Blue) = 236+221+17=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 17 (7.03% from 255 or 3.59% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD11 is #1322EE. Grayscale: #CBCBCB. Windows color (decimal): -1254127 or 1170924. OLE color: 1170924.
HSL color Cylindrical-coordinate representation of color #ECDD11: hue angle of 55.89º 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 #ECDD11 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 17 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.07 |
| HSL | 55.89º | 0.87% | 0.5% | - |
| HSV(B) | 55.89º | 0.93% | 0.93% | - |
| XYZ | 60.55 | 69.59 | 10.77 | - |
| YUV | 202.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 17 | 0 | 0.06 | 0.93 | 0.07 | 55.89 | 0.87 | 0.5 |
| Hex | EC | DD | 11 | 0 | 6 | 5D | 7 | 38 | 57 | 32 |
| Octal | 354 | 335 | 21 | 0 | 6 | 135 | 7 | 70 | 127 | 62 |
| Binary | 11101100 | 11011101 | 10001 | 0 | 110 | 1011101 | 111 | 111000 | 1010111 | 110010 |
Color Harmonies of #ECDD11
Complementary color
Monochromatic Colors of #ECDD11
Black with #ECDD11
Text Example
Text Example
White with #ECDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD11; }
p { color: rgb(236,221,17); }
H1.HeaderClassName
{
color: #ECDD11;
}
.AnyTagClassName
{
color: #ECDD11;
}
</style>
background-color css
<style>
a { background-color: #ECDD11; }
a { background-color: rgb(236,221,17); }
div.DivClassName
{
background-color: #ECDD11;
}
.BgClassName
{
background-color: #ECDD11;
}
</style>
border-color css
<style>
span { border-color: #ECDD11; }
span { border-color: rgb(236,221,17); }
td.TdClassName
{
border-color: #ECDD11;
}
.TagClassName
{
border-color: #ECDD11;
}
</style>