Shades of Lemon #ECDA0C
Tints of Lemon #ECDA0C
RGB
CMYK
RGB Variations
Color information
#ECDA0C (or 0xECDA0C) is known color: Lemon. HEX triplet: EC, DA and 0C. RGB value is (236,218,12). Sum of RGB (Red+Green+Blue) = 236+218+12=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA0C is #1325F3. Grayscale: #C8C8C8. Windows color (decimal): -1254900 or 842476. OLE color: 842476.
HSL color Cylindrical-coordinate representation of color #ECDA0C: hue angle of 55.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECDA0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 55.18º | 0.9% | 0.49% | - |
| HSV(B) | 55.18º | 0.95% | 0.93% | - |
| XYZ | 59.73 | 68 | 10.33 | - |
| YUV | 199.9 | 21.96 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 12 | 0 | 0.08 | 0.95 | 0.07 | 55.18 | 0.9 | 0.49 |
| Hex | EC | DA | C | 0 | 8 | 5F | 7 | 37 | 5A | 31 |
| Octal | 354 | 332 | 14 | 0 | 10 | 137 | 7 | 67 | 132 | 61 |
| Binary | 11101100 | 11011010 | 1100 | 0 | 1000 | 1011111 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #ECDA0C
Complementary color
Monochromatic Colors of #ECDA0C
Black with #ECDA0C
Text Example
Text Example
White with #ECDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA0C; }
p { color: rgb(236,218,12); }
H1.HeaderClassName
{
color: #ECDA0C;
}
.AnyTagClassName
{
color: #ECDA0C;
}
</style>
background-color css
<style>
a { background-color: #ECDA0C; }
a { background-color: rgb(236,218,12); }
div.DivClassName
{
background-color: #ECDA0C;
}
.BgClassName
{
background-color: #ECDA0C;
}
</style>
border-color css
<style>
span { border-color: #ECDA0C; }
span { border-color: rgb(236,218,12); }
td.TdClassName
{
border-color: #ECDA0C;
}
.TagClassName
{
border-color: #ECDA0C;
}
</style>