Shades of Lemon #ECDB10
Tints of Lemon #ECDB10
RGB
CMYK
RGB Variations
Color information
#ECDB10 (or 0xECDB10) is known color: Lemon. HEX triplet: EC, DB and 10. RGB value is (236,219,16). Sum of RGB (Red+Green+Blue) = 236+219+16=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB10 is #1324EF. Grayscale: #C9C9C9. Windows color (decimal): -1254640 or 1104876. OLE color: 1104876.
HSL color Cylindrical-coordinate representation of color #ECDB10: hue angle of 55.36º 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 #ECDB10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.07 |
| HSL | 55.36º | 0.87% | 0.49% | - |
| HSV(B) | 55.36º | 0.93% | 0.93% | - |
| XYZ | 60.02 | 68.53 | 10.56 | - |
| YUV | 200.94 | 23.63 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 16 | 0 | 0.07 | 0.93 | 0.07 | 55.36 | 0.87 | 0.49 |
| Hex | EC | DB | 10 | 0 | 7 | 5D | 7 | 37 | 57 | 31 |
| Octal | 354 | 333 | 20 | 0 | 7 | 135 | 7 | 67 | 127 | 61 |
| Binary | 11101100 | 11011011 | 10000 | 0 | 111 | 1011101 | 111 | 110111 | 1010111 | 110001 |
Color Harmonies of #ECDB10
Complementary color
Monochromatic Colors of #ECDB10
Black with #ECDB10
Text Example
Text Example
White with #ECDB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB10; }
p { color: rgb(236,219,16); }
H1.HeaderClassName
{
color: #ECDB10;
}
.AnyTagClassName
{
color: #ECDB10;
}
</style>
background-color css
<style>
a { background-color: #ECDB10; }
a { background-color: rgb(236,219,16); }
div.DivClassName
{
background-color: #ECDB10;
}
.BgClassName
{
background-color: #ECDB10;
}
</style>
border-color css
<style>
span { border-color: #ECDB10; }
span { border-color: rgb(236,219,16); }
td.TdClassName
{
border-color: #ECDB10;
}
.TagClassName
{
border-color: #ECDB10;
}
</style>