Shades of Lemon #ECDD12
Tints of Lemon #ECDD12
RGB
CMYK
RGB Variations
Color information
#ECDD12 (or 0xECDD12) is known color: Lemon. HEX triplet: EC, DD and 12. RGB value is (236,221,18). Sum of RGB (Red+Green+Blue) = 236+221+18=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD12 is #1322ED. Grayscale: #CBCBCB. Windows color (decimal): -1254126 or 1236460. OLE color: 1236460.
HSL color Cylindrical-coordinate representation of color #ECDD12: hue angle of 55.87º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECDD12 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 18 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.07 |
| HSL | 55.87º | 0.86% | 0.5% | - |
| HSV(B) | 55.87º | 0.92% | 0.93% | - |
| XYZ | 60.56 | 69.59 | 10.81 | - |
| YUV | 202.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 18 | 0 | 0.06 | 0.92 | 0.07 | 55.87 | 0.86 | 0.5 |
| Hex | EC | DD | 12 | 0 | 6 | 5C | 7 | 38 | 56 | 32 |
| Octal | 354 | 335 | 22 | 0 | 6 | 134 | 7 | 70 | 126 | 62 |
| Binary | 11101100 | 11011101 | 10010 | 0 | 110 | 1011100 | 111 | 111000 | 1010110 | 110010 |
Color Harmonies of #ECDD12
Complementary color
Monochromatic Colors of #ECDD12
Black with #ECDD12
Text Example
Text Example
White with #ECDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD12; }
p { color: rgb(236,221,18); }
H1.HeaderClassName
{
color: #ECDD12;
}
.AnyTagClassName
{
color: #ECDD12;
}
</style>
background-color css
<style>
a { background-color: #ECDD12; }
a { background-color: rgb(236,221,18); }
div.DivClassName
{
background-color: #ECDD12;
}
.BgClassName
{
background-color: #ECDD12;
}
</style>
border-color css
<style>
span { border-color: #ECDD12; }
span { border-color: rgb(236,221,18); }
td.TdClassName
{
border-color: #ECDD12;
}
.TagClassName
{
border-color: #ECDD12;
}
</style>