Shades of Lemon #ECDD0B
Tints of Lemon #ECDD0B
RGB
CMYK
RGB Variations
Color information
#ECDD0B (or 0xECDD0B) is known color: Lemon. HEX triplet: EC, DD and 0B. RGB value is (236,221,11). Sum of RGB (Red+Green+Blue) = 236+221+11=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD0B is #1322F4. Grayscale: #CACACA. Windows color (decimal): -1254133 or 777708. OLE color: 777708.
HSL color Cylindrical-coordinate representation of color #ECDD0B: hue angle of 56º 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 #ECDD0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.07 |
| HSL | 56º | 0.91% | 0.48% | - |
| HSV(B) | 56º | 0.95% | 0.93% | - |
| XYZ | 60.51 | 69.57 | 10.56 | - |
| YUV | 201.55 | 20.47 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 11 | 0 | 0.06 | 0.95 | 0.07 | 56 | 0.91 | 0.48 |
| Hex | EC | DD | B | 0 | 6 | 5F | 7 | 38 | 5B | 30 |
| Octal | 354 | 335 | 13 | 0 | 6 | 137 | 7 | 70 | 133 | 60 |
| Binary | 11101100 | 11011101 | 1011 | 0 | 110 | 1011111 | 111 | 111000 | 1011011 | 110000 |
Color Harmonies of #ECDD0B
Complementary color
Monochromatic Colors of #ECDD0B
Black with #ECDD0B
Text Example
Text Example
White with #ECDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD0B; }
p { color: rgb(236,221,11); }
H1.HeaderClassName
{
color: #ECDD0B;
}
.AnyTagClassName
{
color: #ECDD0B;
}
</style>
background-color css
<style>
a { background-color: #ECDD0B; }
a { background-color: rgb(236,221,11); }
div.DivClassName
{
background-color: #ECDD0B;
}
.BgClassName
{
background-color: #ECDD0B;
}
</style>
border-color css
<style>
span { border-color: #ECDD0B; }
span { border-color: rgb(236,221,11); }
td.TdClassName
{
border-color: #ECDD0B;
}
.TagClassName
{
border-color: #ECDD0B;
}
</style>