Shades of Lemon #ECDB11
Tints of Lemon #ECDB11
RGB
CMYK
RGB Variations
Color information
#ECDB11 (or 0xECDB11) is known color: Lemon. HEX triplet: EC, DB and 11. RGB value is (236,219,17). Sum of RGB (Red+Green+Blue) = 236+219+17=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB11 is #1324EE. Grayscale: #C9C9C9. Windows color (decimal): -1254639 or 1170412. OLE color: 1170412.
HSL color Cylindrical-coordinate representation of color #ECDB11: hue angle of 55.34º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECDB11 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.07 |
| HSL | 55.34º | 0.87% | 0.5% | - |
| HSV(B) | 55.34º | 0.93% | 0.93% | - |
| XYZ | 60.02 | 68.54 | 10.6 | - |
| YUV | 201.06 | 24.13 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 17 | 0 | 0.07 | 0.93 | 0.07 | 55.34 | 0.87 | 0.5 |
| Hex | EC | DB | 11 | 0 | 7 | 5D | 7 | 37 | 57 | 32 |
| Octal | 354 | 333 | 21 | 0 | 7 | 135 | 7 | 67 | 127 | 62 |
| Binary | 11101100 | 11011011 | 10001 | 0 | 111 | 1011101 | 111 | 110111 | 1010111 | 110010 |
Color Harmonies of #ECDB11
Complementary color
Monochromatic Colors of #ECDB11
Black with #ECDB11
Text Example
Text Example
White with #ECDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB11; }
p { color: rgb(236,219,17); }
H1.HeaderClassName
{
color: #ECDB11;
}
.AnyTagClassName
{
color: #ECDB11;
}
</style>
background-color css
<style>
a { background-color: #ECDB11; }
a { background-color: rgb(236,219,17); }
div.DivClassName
{
background-color: #ECDB11;
}
.BgClassName
{
background-color: #ECDB11;
}
</style>
border-color css
<style>
span { border-color: #ECDB11; }
span { border-color: rgb(236,219,17); }
td.TdClassName
{
border-color: #ECDB11;
}
.TagClassName
{
border-color: #ECDB11;
}
</style>