Shades of Lemon #ECDD0E
Tints of Lemon #ECDD0E
RGB
CMYK
RGB Variations
Color information
#ECDD0E (or 0xECDD0E) is known color: Lemon. HEX triplet: EC, DD and 0E. RGB value is (236,221,14). Sum of RGB (Red+Green+Blue) = 236+221+14=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD0E is #1322F1. Grayscale: #CACACA. Windows color (decimal): -1254130 or 974316. OLE color: 974316.
HSL color Cylindrical-coordinate representation of color #ECDD0E: hue angle of 55.95º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECDD0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.07 |
| HSL | 55.95º | 0.89% | 0.49% | - |
| HSV(B) | 55.95º | 0.94% | 0.93% | - |
| XYZ | 60.53 | 69.58 | 10.66 | - |
| YUV | 201.89 | 21.97 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 14 | 0 | 0.06 | 0.94 | 0.07 | 55.95 | 0.89 | 0.49 |
| Hex | EC | DD | E | 0 | 6 | 5E | 7 | 38 | 59 | 31 |
| Octal | 354 | 335 | 16 | 0 | 6 | 136 | 7 | 70 | 131 | 61 |
| Binary | 11101100 | 11011101 | 1110 | 0 | 110 | 1011110 | 111 | 111000 | 1011001 | 110001 |
Color Harmonies of #ECDD0E
Complementary color
Monochromatic Colors of #ECDD0E
Black with #ECDD0E
Text Example
Text Example
White with #ECDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD0E; }
p { color: rgb(236,221,14); }
H1.HeaderClassName
{
color: #ECDD0E;
}
.AnyTagClassName
{
color: #ECDD0E;
}
</style>
background-color css
<style>
a { background-color: #ECDD0E; }
a { background-color: rgb(236,221,14); }
div.DivClassName
{
background-color: #ECDD0E;
}
.BgClassName
{
background-color: #ECDD0E;
}
</style>
border-color css
<style>
span { border-color: #ECDD0E; }
span { border-color: rgb(236,221,14); }
td.TdClassName
{
border-color: #ECDD0E;
}
.TagClassName
{
border-color: #ECDD0E;
}
</style>