Shades of Lemon #ECDD16
Tints of Lemon #ECDD16
RGB
CMYK
RGB Variations
Color information
#ECDD16 (or 0xECDD16) is known color: Lemon. HEX triplet: EC, DD and 16. RGB value is (236,221,22). Sum of RGB (Red+Green+Blue) = 236+221+22=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD16 is #1322E9. Grayscale: #CBCBCB. Windows color (decimal): -1254122 or 1498604. OLE color: 1498604.
HSL color Cylindrical-coordinate representation of color #ECDD16: hue angle of 55.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECDD16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 55.79º | 0.85% | 0.51% | - |
| HSV(B) | 55.79º | 0.91% | 0.93% | - |
| XYZ | 60.59 | 69.6 | 11 | - |
| YUV | 202.8 | 25.97 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 22 | 0 | 0.06 | 0.91 | 0.07 | 55.79 | 0.85 | 0.51 |
| Hex | EC | DD | 16 | 0 | 6 | 5B | 7 | 38 | 55 | 33 |
| Octal | 354 | 335 | 26 | 0 | 6 | 133 | 7 | 70 | 125 | 63 |
| Binary | 11101100 | 11011101 | 10110 | 0 | 110 | 1011011 | 111 | 111000 | 1010101 | 110011 |
Color Harmonies of #ECDD16
Complementary color
Monochromatic Colors of #ECDD16
Black with #ECDD16
Text Example
Text Example
White with #ECDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD16; }
p { color: rgb(236,221,22); }
H1.HeaderClassName
{
color: #ECDD16;
}
.AnyTagClassName
{
color: #ECDD16;
}
</style>
background-color css
<style>
a { background-color: #ECDD16; }
a { background-color: rgb(236,221,22); }
div.DivClassName
{
background-color: #ECDD16;
}
.BgClassName
{
background-color: #ECDD16;
}
</style>
border-color css
<style>
span { border-color: #ECDD16; }
span { border-color: rgb(236,221,22); }
td.TdClassName
{
border-color: #ECDD16;
}
.TagClassName
{
border-color: #ECDD16;
}
</style>