Shades of Lemon #ECDD15
Tints of Lemon #ECDD15
RGB
CMYK
RGB Variations
Color information
#ECDD15 (or 0xECDD15) is known color: Lemon. HEX triplet: EC, DD and 15. RGB value is (236,221,21). Sum of RGB (Red+Green+Blue) = 236+221+21=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 21 (8.59% from 255 or 4.39% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD15 is #1322EA. Grayscale: #CBCBCB. Windows color (decimal): -1254123 or 1433068. OLE color: 1433068.
HSL color Cylindrical-coordinate representation of color #ECDD15: hue angle of 55.81º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECDD15 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.07 |
| HSL | 55.81º | 0.85% | 0.5% | - |
| HSV(B) | 55.81º | 0.91% | 0.93% | - |
| XYZ | 60.58 | 69.6 | 10.95 | - |
| YUV | 202.69 | 25.47 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 21 | 0 | 0.06 | 0.91 | 0.07 | 55.81 | 0.85 | 0.5 |
| Hex | EC | DD | 15 | 0 | 6 | 5B | 7 | 38 | 55 | 32 |
| Octal | 354 | 335 | 25 | 0 | 6 | 133 | 7 | 70 | 125 | 62 |
| Binary | 11101100 | 11011101 | 10101 | 0 | 110 | 1011011 | 111 | 111000 | 1010101 | 110010 |
Color Harmonies of #ECDD15
Complementary color
Monochromatic Colors of #ECDD15
Black with #ECDD15
Text Example
Text Example
White with #ECDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD15; }
p { color: rgb(236,221,21); }
H1.HeaderClassName
{
color: #ECDD15;
}
.AnyTagClassName
{
color: #ECDD15;
}
</style>
background-color css
<style>
a { background-color: #ECDD15; }
a { background-color: rgb(236,221,21); }
div.DivClassName
{
background-color: #ECDD15;
}
.BgClassName
{
background-color: #ECDD15;
}
</style>
border-color css
<style>
span { border-color: #ECDD15; }
span { border-color: rgb(236,221,21); }
td.TdClassName
{
border-color: #ECDD15;
}
.TagClassName
{
border-color: #ECDD15;
}
</style>