Shades of Lemon #ECDA13
Tints of Lemon #ECDA13
RGB
CMYK
RGB Variations
Color information
#ECDA13 (or 0xECDA13) is known color: Lemon. HEX triplet: EC, DA and 13. RGB value is (236,218,19). Sum of RGB (Red+Green+Blue) = 236+218+19=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA13 is #1325EC. Grayscale: #C9C9C9. Windows color (decimal): -1254893 or 1301228. OLE color: 1301228.
HSL color Cylindrical-coordinate representation of color #ECDA13: hue angle of 55.02º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECDA13 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.07 |
| HSL | 55.02º | 0.85% | 0.5% | - |
| HSV(B) | 55.02º | 0.92% | 0.93% | - |
| XYZ | 59.78 | 68.02 | 10.59 | - |
| YUV | 200.7 | 25.46 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 19 | 0 | 0.08 | 0.92 | 0.07 | 55.02 | 0.85 | 0.5 |
| Hex | EC | DA | 13 | 0 | 8 | 5C | 7 | 37 | 55 | 32 |
| Octal | 354 | 332 | 23 | 0 | 10 | 134 | 7 | 67 | 125 | 62 |
| Binary | 11101100 | 11011010 | 10011 | 0 | 1000 | 1011100 | 111 | 110111 | 1010101 | 110010 |
Color Harmonies of #ECDA13
Complementary color
Monochromatic Colors of #ECDA13
Black with #ECDA13
Text Example
Text Example
White with #ECDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA13; }
p { color: rgb(236,218,19); }
H1.HeaderClassName
{
color: #ECDA13;
}
.AnyTagClassName
{
color: #ECDA13;
}
</style>
background-color css
<style>
a { background-color: #ECDA13; }
a { background-color: rgb(236,218,19); }
div.DivClassName
{
background-color: #ECDA13;
}
.BgClassName
{
background-color: #ECDA13;
}
</style>
border-color css
<style>
span { border-color: #ECDA13; }
span { border-color: rgb(236,218,19); }
td.TdClassName
{
border-color: #ECDA13;
}
.TagClassName
{
border-color: #ECDA13;
}
</style>