Shades of Lemon #ECDD18
Tints of Lemon #ECDD18
RGB
CMYK
RGB Variations
Color information
#ECDD18 (or 0xECDD18) is known color: Lemon. HEX triplet: EC, DD and 18. RGB value is (236,221,24). Sum of RGB (Red+Green+Blue) = 236+221+24=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD18 is #1322E7. Grayscale: #CBCBCB. Windows color (decimal): -1254120 or 1629676. OLE color: 1629676.
HSL color Cylindrical-coordinate representation of color #ECDD18: hue angle of 55.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECDD18 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 24 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.07 |
| HSL | 55.75º | 0.85% | 0.51% | - |
| HSV(B) | 55.75º | 0.9% | 0.93% | - |
| XYZ | 60.61 | 69.61 | 11.11 | - |
| YUV | 203.03 | 26.97 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 24 | 0 | 0.06 | 0.90 | 0.07 | 55.75 | 0.85 | 0.51 |
| Hex | EC | DD | 18 | 0 | 6 | 5A | 7 | 38 | 55 | 33 |
| Octal | 354 | 335 | 30 | 0 | 6 | 132 | 7 | 70 | 125 | 63 |
| Binary | 11101100 | 11011101 | 11000 | 0 | 110 | 1011010 | 111 | 111000 | 1010101 | 110011 |
Color Harmonies of #ECDD18
Complementary color
Monochromatic Colors of #ECDD18
Black with #ECDD18
Text Example
Text Example
White with #ECDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD18; }
p { color: rgb(236,221,24); }
H1.HeaderClassName
{
color: #ECDD18;
}
.AnyTagClassName
{
color: #ECDD18;
}
</style>
background-color css
<style>
a { background-color: #ECDD18; }
a { background-color: rgb(236,221,24); }
div.DivClassName
{
background-color: #ECDD18;
}
.BgClassName
{
background-color: #ECDD18;
}
</style>
border-color css
<style>
span { border-color: #ECDD18; }
span { border-color: rgb(236,221,24); }
td.TdClassName
{
border-color: #ECDD18;
}
.TagClassName
{
border-color: #ECDD18;
}
</style>