Shades of Lemon #ECDA12
Tints of Lemon #ECDA12
RGB
CMYK
RGB Variations
Color information
#ECDA12 (or 0xECDA12) is known color: Lemon. HEX triplet: EC, DA and 12. RGB value is (236,218,18). Sum of RGB (Red+Green+Blue) = 236+218+18=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA12 is #1325ED. Grayscale: #C9C9C9. Windows color (decimal): -1254894 or 1235692. OLE color: 1235692.
HSL color Cylindrical-coordinate representation of color #ECDA12: hue angle of 55.05º degrees, saturation: 0.86, 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 #ECDA12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.07 |
| HSL | 55.05º | 0.86% | 0.5% | - |
| HSV(B) | 55.05º | 0.92% | 0.93% | - |
| XYZ | 59.77 | 68.02 | 10.55 | - |
| YUV | 200.58 | 24.96 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 18 | 0 | 0.08 | 0.92 | 0.07 | 55.05 | 0.86 | 0.5 |
| Hex | EC | DA | 12 | 0 | 8 | 5C | 7 | 37 | 56 | 32 |
| Octal | 354 | 332 | 22 | 0 | 10 | 134 | 7 | 67 | 126 | 62 |
| Binary | 11101100 | 11011010 | 10010 | 0 | 1000 | 1011100 | 111 | 110111 | 1010110 | 110010 |
Color Harmonies of #ECDA12
Complementary color
Monochromatic Colors of #ECDA12
Black with #ECDA12
Text Example
Text Example
White with #ECDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA12; }
p { color: rgb(236,218,18); }
H1.HeaderClassName
{
color: #ECDA12;
}
.AnyTagClassName
{
color: #ECDA12;
}
</style>
background-color css
<style>
a { background-color: #ECDA12; }
a { background-color: rgb(236,218,18); }
div.DivClassName
{
background-color: #ECDA12;
}
.BgClassName
{
background-color: #ECDA12;
}
</style>
border-color css
<style>
span { border-color: #ECDA12; }
span { border-color: rgb(236,218,18); }
td.TdClassName
{
border-color: #ECDA12;
}
.TagClassName
{
border-color: #ECDA12;
}
</style>