Shades of Lemon #ECDC0B
Tints of Lemon #ECDC0B
RGB
CMYK
RGB Variations
Color information
#ECDC0B (or 0xECDC0B) is known color: Lemon. HEX triplet: EC, DC and 0B. RGB value is (236,220,11). Sum of RGB (Red+Green+Blue) = 236+220+11=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC0B is #1323F4. Grayscale: #C9C9C9. Windows color (decimal): -1254389 or 777452. OLE color: 777452.
HSL color Cylindrical-coordinate representation of color #ECDC0B: hue angle of 55.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECDC0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.07 |
| HSL | 55.73º | 0.91% | 0.48% | - |
| HSV(B) | 55.73º | 0.95% | 0.93% | - |
| XYZ | 60.25 | 69.04 | 10.47 | - |
| YUV | 200.96 | 20.8 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 11 | 0 | 0.07 | 0.95 | 0.07 | 55.73 | 0.91 | 0.48 |
| Hex | EC | DC | B | 0 | 7 | 5F | 7 | 38 | 5B | 30 |
| Octal | 354 | 334 | 13 | 0 | 7 | 137 | 7 | 70 | 133 | 60 |
| Binary | 11101100 | 11011100 | 1011 | 0 | 111 | 1011111 | 111 | 111000 | 1011011 | 110000 |
Color Harmonies of #ECDC0B
Complementary color
Monochromatic Colors of #ECDC0B
Black with #ECDC0B
Text Example
Text Example
White with #ECDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC0B; }
p { color: rgb(236,220,11); }
H1.HeaderClassName
{
color: #ECDC0B;
}
.AnyTagClassName
{
color: #ECDC0B;
}
</style>
background-color css
<style>
a { background-color: #ECDC0B; }
a { background-color: rgb(236,220,11); }
div.DivClassName
{
background-color: #ECDC0B;
}
.BgClassName
{
background-color: #ECDC0B;
}
</style>
border-color css
<style>
span { border-color: #ECDC0B; }
span { border-color: rgb(236,220,11); }
td.TdClassName
{
border-color: #ECDC0B;
}
.TagClassName
{
border-color: #ECDC0B;
}
</style>