Shades of Lemon #ECDA11
Tints of Lemon #ECDA11
RGB
CMYK
RGB Variations
Color information
#ECDA11 (or 0xECDA11) is known color: Lemon. HEX triplet: EC, DA and 11. RGB value is (236,218,17). Sum of RGB (Red+Green+Blue) = 236+218+17=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA11 is #1325EE. Grayscale: #C9C9C9. Windows color (decimal): -1254895 or 1170156. OLE color: 1170156.
HSL color Cylindrical-coordinate representation of color #ECDA11: hue angle of 55.07º 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 #ECDA11 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 17 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.07 |
| HSL | 55.07º | 0.87% | 0.5% | - |
| HSV(B) | 55.07º | 0.93% | 0.93% | - |
| XYZ | 59.76 | 68.02 | 10.51 | - |
| YUV | 200.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 17 | 0 | 0.08 | 0.93 | 0.07 | 55.07 | 0.87 | 0.5 |
| Hex | EC | DA | 11 | 0 | 8 | 5D | 7 | 37 | 57 | 32 |
| Octal | 354 | 332 | 21 | 0 | 10 | 135 | 7 | 67 | 127 | 62 |
| Binary | 11101100 | 11011010 | 10001 | 0 | 1000 | 1011101 | 111 | 110111 | 1010111 | 110010 |
Color Harmonies of #ECDA11
Complementary color
Monochromatic Colors of #ECDA11
Black with #ECDA11
Text Example
Text Example
White with #ECDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA11; }
p { color: rgb(236,218,17); }
H1.HeaderClassName
{
color: #ECDA11;
}
.AnyTagClassName
{
color: #ECDA11;
}
</style>
background-color css
<style>
a { background-color: #ECDA11; }
a { background-color: rgb(236,218,17); }
div.DivClassName
{
background-color: #ECDA11;
}
.BgClassName
{
background-color: #ECDA11;
}
</style>
border-color css
<style>
span { border-color: #ECDA11; }
span { border-color: rgb(236,218,17); }
td.TdClassName
{
border-color: #ECDA11;
}
.TagClassName
{
border-color: #ECDA11;
}
</style>