Shades of Lemon #ECDD10
Tints of Lemon #ECDD10
RGB
CMYK
RGB Variations
Color information
#ECDD10 (or 0xECDD10) is known color: Lemon. HEX triplet: EC, DD and 10. RGB value is (236,221,16). Sum of RGB (Red+Green+Blue) = 236+221+16=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD10 is #1322EF. Grayscale: #CACACA. Windows color (decimal): -1254128 or 1105388. OLE color: 1105388.
HSL color Cylindrical-coordinate representation of color #ECDD10: hue angle of 55.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECDD10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.07 |
| HSL | 55.91º | 0.87% | 0.49% | - |
| HSV(B) | 55.91º | 0.93% | 0.93% | - |
| XYZ | 60.54 | 69.58 | 10.73 | - |
| YUV | 202.12 | 22.97 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 16 | 0 | 0.06 | 0.93 | 0.07 | 55.91 | 0.87 | 0.49 |
| Hex | EC | DD | 10 | 0 | 6 | 5D | 7 | 38 | 57 | 31 |
| Octal | 354 | 335 | 20 | 0 | 6 | 135 | 7 | 70 | 127 | 61 |
| Binary | 11101100 | 11011101 | 10000 | 0 | 110 | 1011101 | 111 | 111000 | 1010111 | 110001 |
Color Harmonies of #ECDD10
Complementary color
Monochromatic Colors of #ECDD10
Black with #ECDD10
Text Example
Text Example
White with #ECDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD10; }
p { color: rgb(236,221,16); }
H1.HeaderClassName
{
color: #ECDD10;
}
.AnyTagClassName
{
color: #ECDD10;
}
</style>
background-color css
<style>
a { background-color: #ECDD10; }
a { background-color: rgb(236,221,16); }
div.DivClassName
{
background-color: #ECDD10;
}
.BgClassName
{
background-color: #ECDD10;
}
</style>
border-color css
<style>
span { border-color: #ECDD10; }
span { border-color: rgb(236,221,16); }
td.TdClassName
{
border-color: #ECDD10;
}
.TagClassName
{
border-color: #ECDD10;
}
</style>