Shades of Lemon #ECDB12
Tints of Lemon #ECDB12
RGB
CMYK
RGB Variations
Color information
#ECDB12 (or 0xECDB12) is known color: Lemon. HEX triplet: EC, DB and 12. RGB value is (236,219,18). Sum of RGB (Red+Green+Blue) = 236+219+18=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB12 is #1324ED. Grayscale: #C9C9C9. Windows color (decimal): -1254638 or 1235948. OLE color: 1235948.
HSL color Cylindrical-coordinate representation of color #ECDB12: hue angle of 55.32º 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 #ECDB12 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 18 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.07 |
| HSL | 55.32º | 0.86% | 0.5% | - |
| HSV(B) | 55.32º | 0.92% | 0.93% | - |
| XYZ | 60.03 | 68.54 | 10.64 | - |
| YUV | 201.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 18 | 0 | 0.07 | 0.92 | 0.07 | 55.32 | 0.86 | 0.5 |
| Hex | EC | DB | 12 | 0 | 7 | 5C | 7 | 37 | 56 | 32 |
| Octal | 354 | 333 | 22 | 0 | 7 | 134 | 7 | 67 | 126 | 62 |
| Binary | 11101100 | 11011011 | 10010 | 0 | 111 | 1011100 | 111 | 110111 | 1010110 | 110010 |
Color Harmonies of #ECDB12
Complementary color
Monochromatic Colors of #ECDB12
Black with #ECDB12
Text Example
Text Example
White with #ECDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB12; }
p { color: rgb(236,219,18); }
H1.HeaderClassName
{
color: #ECDB12;
}
.AnyTagClassName
{
color: #ECDB12;
}
</style>
background-color css
<style>
a { background-color: #ECDB12; }
a { background-color: rgb(236,219,18); }
div.DivClassName
{
background-color: #ECDB12;
}
.BgClassName
{
background-color: #ECDB12;
}
</style>
border-color css
<style>
span { border-color: #ECDB12; }
span { border-color: rgb(236,219,18); }
td.TdClassName
{
border-color: #ECDB12;
}
.TagClassName
{
border-color: #ECDB12;
}
</style>