Shades of Lemon #ECDA0D
Tints of Lemon #ECDA0D
RGB
CMYK
RGB Variations
Color information
#ECDA0D (or 0xECDA0D) is known color: Lemon. HEX triplet: EC, DA and 0D. RGB value is (236,218,13). Sum of RGB (Red+Green+Blue) = 236+218+13=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA0D is #1325F2. Grayscale: #C8C8C8. Windows color (decimal): -1254899 or 908012. OLE color: 908012.
HSL color Cylindrical-coordinate representation of color #ECDA0D: hue angle of 55.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECDA0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.07 |
| HSL | 55.16º | 0.9% | 0.49% | - |
| HSV(B) | 55.16º | 0.94% | 0.93% | - |
| XYZ | 59.74 | 68 | 10.36 | - |
| YUV | 200.01 | 22.46 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 13 | 0 | 0.08 | 0.94 | 0.07 | 55.16 | 0.9 | 0.49 |
| Hex | EC | DA | D | 0 | 8 | 5E | 7 | 37 | 5A | 31 |
| Octal | 354 | 332 | 15 | 0 | 10 | 136 | 7 | 67 | 132 | 61 |
| Binary | 11101100 | 11011010 | 1101 | 0 | 1000 | 1011110 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #ECDA0D
Complementary color
Monochromatic Colors of #ECDA0D
Black with #ECDA0D
Text Example
Text Example
White with #ECDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA0D; }
p { color: rgb(236,218,13); }
H1.HeaderClassName
{
color: #ECDA0D;
}
.AnyTagClassName
{
color: #ECDA0D;
}
</style>
background-color css
<style>
a { background-color: #ECDA0D; }
a { background-color: rgb(236,218,13); }
div.DivClassName
{
background-color: #ECDA0D;
}
.BgClassName
{
background-color: #ECDA0D;
}
</style>
border-color css
<style>
span { border-color: #ECDA0D; }
span { border-color: rgb(236,218,13); }
td.TdClassName
{
border-color: #ECDA0D;
}
.TagClassName
{
border-color: #ECDA0D;
}
</style>