Shades of Lemon #ECDD0A
Tints of Lemon #ECDD0A
RGB
CMYK
RGB Variations
Color information
#ECDD0A (or 0xECDD0A) is known color: Lemon. HEX triplet: EC, DD and 0A. RGB value is (236,221,10). Sum of RGB (Red+Green+Blue) = 236+221+10=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD0A is #1322F5. Grayscale: #CACACA. Windows color (decimal): -1254134 or 712172. OLE color: 712172.
HSL color Cylindrical-coordinate representation of color #ECDD0A: hue angle of 56.02º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECDD0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.07 |
| HSL | 56.02º | 0.92% | 0.48% | - |
| HSV(B) | 56.02º | 0.96% | 0.93% | - |
| XYZ | 60.5 | 69.57 | 10.53 | - |
| YUV | 201.43 | 19.97 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 10 | 0 | 0.06 | 0.96 | 0.07 | 56.02 | 0.92 | 0.48 |
| Hex | EC | DD | A | 0 | 6 | 60 | 7 | 38 | 5C | 30 |
| Octal | 354 | 335 | 12 | 0 | 6 | 140 | 7 | 70 | 134 | 60 |
| Binary | 11101100 | 11011101 | 1010 | 0 | 110 | 1100000 | 111 | 111000 | 1011100 | 110000 |
Color Harmonies of #ECDD0A
Complementary color
Monochromatic Colors of #ECDD0A
Black with #ECDD0A
Text Example
Text Example
White with #ECDD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD0A; }
p { color: rgb(236,221,10); }
H1.HeaderClassName
{
color: #ECDD0A;
}
.AnyTagClassName
{
color: #ECDD0A;
}
</style>
background-color css
<style>
a { background-color: #ECDD0A; }
a { background-color: rgb(236,221,10); }
div.DivClassName
{
background-color: #ECDD0A;
}
.BgClassName
{
background-color: #ECDD0A;
}
</style>
border-color css
<style>
span { border-color: #ECDD0A; }
span { border-color: rgb(236,221,10); }
td.TdClassName
{
border-color: #ECDD0A;
}
.TagClassName
{
border-color: #ECDD0A;
}
</style>