Shades of Lemon #ECDC0C
Tints of Lemon #ECDC0C
RGB
CMYK
RGB Variations
Color information
#ECDC0C (or 0xECDC0C) is known color: Lemon. HEX triplet: EC, DC and 0C. RGB value is (236,220,12). Sum of RGB (Red+Green+Blue) = 236+220+12=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC0C is #1323F3. Grayscale: #C9C9C9. Windows color (decimal): -1254388 or 842988. OLE color: 842988.
HSL color Cylindrical-coordinate representation of color #ECDC0C: hue angle of 55.71º 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 #ECDC0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.07 |
| HSL | 55.71º | 0.9% | 0.49% | - |
| HSV(B) | 55.71º | 0.95% | 0.93% | - |
| XYZ | 60.25 | 69.05 | 10.5 | - |
| YUV | 201.07 | 21.3 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 12 | 0 | 0.07 | 0.95 | 0.07 | 55.71 | 0.9 | 0.49 |
| Hex | EC | DC | C | 0 | 7 | 5F | 7 | 38 | 5A | 31 |
| Octal | 354 | 334 | 14 | 0 | 7 | 137 | 7 | 70 | 132 | 61 |
| Binary | 11101100 | 11011100 | 1100 | 0 | 111 | 1011111 | 111 | 111000 | 1011010 | 110001 |
Color Harmonies of #ECDC0C
Complementary color
Monochromatic Colors of #ECDC0C
Black with #ECDC0C
Text Example
Text Example
White with #ECDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC0C; }
p { color: rgb(236,220,12); }
H1.HeaderClassName
{
color: #ECDC0C;
}
.AnyTagClassName
{
color: #ECDC0C;
}
</style>
background-color css
<style>
a { background-color: #ECDC0C; }
a { background-color: rgb(236,220,12); }
div.DivClassName
{
background-color: #ECDC0C;
}
.BgClassName
{
background-color: #ECDC0C;
}
</style>
border-color css
<style>
span { border-color: #ECDC0C; }
span { border-color: rgb(236,220,12); }
td.TdClassName
{
border-color: #ECDC0C;
}
.TagClassName
{
border-color: #ECDC0C;
}
</style>