Shades of Lemon #ECDB0B
Tints of Lemon #ECDB0B
RGB
CMYK
RGB Variations
Color information
#ECDB0B (or 0xECDB0B) is known color: Lemon. HEX triplet: EC, DB and 0B. RGB value is (236,219,11). Sum of RGB (Red+Green+Blue) = 236+219+11=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB0B is #1324F4. Grayscale: #C9C9C9. Windows color (decimal): -1254645 or 777196. OLE color: 777196.
HSL color Cylindrical-coordinate representation of color #ECDB0B: hue angle of 55.47º 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 #ECDB0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.07 |
| HSL | 55.47º | 0.91% | 0.48% | - |
| HSV(B) | 55.47º | 0.95% | 0.93% | - |
| XYZ | 59.98 | 68.52 | 10.38 | - |
| YUV | 200.37 | 21.13 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 11 | 0 | 0.07 | 0.95 | 0.07 | 55.47 | 0.91 | 0.48 |
| Hex | EC | DB | B | 0 | 7 | 5F | 7 | 37 | 5B | 30 |
| Octal | 354 | 333 | 13 | 0 | 7 | 137 | 7 | 67 | 133 | 60 |
| Binary | 11101100 | 11011011 | 1011 | 0 | 111 | 1011111 | 111 | 110111 | 1011011 | 110000 |
Color Harmonies of #ECDB0B
Complementary color
Monochromatic Colors of #ECDB0B
Black with #ECDB0B
Text Example
Text Example
White with #ECDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB0B; }
p { color: rgb(236,219,11); }
H1.HeaderClassName
{
color: #ECDB0B;
}
.AnyTagClassName
{
color: #ECDB0B;
}
</style>
background-color css
<style>
a { background-color: #ECDB0B; }
a { background-color: rgb(236,219,11); }
div.DivClassName
{
background-color: #ECDB0B;
}
.BgClassName
{
background-color: #ECDB0B;
}
</style>
border-color css
<style>
span { border-color: #ECDB0B; }
span { border-color: rgb(236,219,11); }
td.TdClassName
{
border-color: #ECDB0B;
}
.TagClassName
{
border-color: #ECDB0B;
}
</style>