Shades of Lemon #ECDC10
Tints of Lemon #ECDC10
RGB
CMYK
RGB Variations
Color information
#ECDC10 (or 0xECDC10) is known color: Lemon. HEX triplet: EC, DC and 10. RGB value is (236,220,16). Sum of RGB (Red+Green+Blue) = 236+220+16=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC10 is #1323EF. Grayscale: #CACACA. Windows color (decimal): -1254384 or 1105132. OLE color: 1105132.
HSL color Cylindrical-coordinate representation of color #ECDC10: hue angle of 55.64º 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 #ECDC10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.07 |
| HSL | 55.64º | 0.87% | 0.49% | - |
| HSV(B) | 55.64º | 0.93% | 0.93% | - |
| XYZ | 60.28 | 69.06 | 10.64 | - |
| YUV | 201.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 16 | 0 | 0.07 | 0.93 | 0.07 | 55.64 | 0.87 | 0.49 |
| Hex | EC | DC | 10 | 0 | 7 | 5D | 7 | 38 | 57 | 31 |
| Octal | 354 | 334 | 20 | 0 | 7 | 135 | 7 | 70 | 127 | 61 |
| Binary | 11101100 | 11011100 | 10000 | 0 | 111 | 1011101 | 111 | 111000 | 1010111 | 110001 |
Color Harmonies of #ECDC10
Complementary color
Monochromatic Colors of #ECDC10
Black with #ECDC10
Text Example
Text Example
White with #ECDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC10; }
p { color: rgb(236,220,16); }
H1.HeaderClassName
{
color: #ECDC10;
}
.AnyTagClassName
{
color: #ECDC10;
}
</style>
background-color css
<style>
a { background-color: #ECDC10; }
a { background-color: rgb(236,220,16); }
div.DivClassName
{
background-color: #ECDC10;
}
.BgClassName
{
background-color: #ECDC10;
}
</style>
border-color css
<style>
span { border-color: #ECDC10; }
span { border-color: rgb(236,220,16); }
td.TdClassName
{
border-color: #ECDC10;
}
.TagClassName
{
border-color: #ECDC10;
}
</style>