Shades of Lemon #ECDD0D
Tints of Lemon #ECDD0D
RGB
CMYK
RGB Variations
Color information
#ECDD0D (or 0xECDD0D) is known color: Lemon. HEX triplet: EC, DD and 0D. RGB value is (236,221,13). Sum of RGB (Red+Green+Blue) = 236+221+13=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD0D is #1322F2. Grayscale: #CACACA. Windows color (decimal): -1254131 or 908780. OLE color: 908780.
HSL color Cylindrical-coordinate representation of color #ECDD0D: hue angle of 55.96º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECDD0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.07 |
| HSL | 55.96º | 0.9% | 0.49% | - |
| HSV(B) | 55.96º | 0.94% | 0.93% | - |
| XYZ | 60.52 | 69.57 | 10.62 | - |
| YUV | 201.77 | 21.47 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 13 | 0 | 0.06 | 0.94 | 0.07 | 55.96 | 0.9 | 0.49 |
| Hex | EC | DD | D | 0 | 6 | 5E | 7 | 38 | 5A | 31 |
| Octal | 354 | 335 | 15 | 0 | 6 | 136 | 7 | 70 | 132 | 61 |
| Binary | 11101100 | 11011101 | 1101 | 0 | 110 | 1011110 | 111 | 111000 | 1011010 | 110001 |
Color Harmonies of #ECDD0D
Complementary color
Monochromatic Colors of #ECDD0D
Black with #ECDD0D
Text Example
Text Example
White with #ECDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD0D; }
p { color: rgb(236,221,13); }
H1.HeaderClassName
{
color: #ECDD0D;
}
.AnyTagClassName
{
color: #ECDD0D;
}
</style>
background-color css
<style>
a { background-color: #ECDD0D; }
a { background-color: rgb(236,221,13); }
div.DivClassName
{
background-color: #ECDD0D;
}
.BgClassName
{
background-color: #ECDD0D;
}
</style>
border-color css
<style>
span { border-color: #ECDD0D; }
span { border-color: rgb(236,221,13); }
td.TdClassName
{
border-color: #ECDD0D;
}
.TagClassName
{
border-color: #ECDD0D;
}
</style>