Shades of Lemon #ECD90D
Tints of Lemon #ECD90D
RGB
CMYK
RGB Variations
Color information
#ECD90D (or 0xECD90D) is known color: Lemon. HEX triplet: EC, D9 and 0D. RGB value is (236,217,13). Sum of RGB (Red+Green+Blue) = 236+217+13=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD90D is #1326F2. Grayscale: #C8C8C8. Windows color (decimal): -1255155 or 907756. OLE color: 907756.
HSL color Cylindrical-coordinate representation of color #ECD90D: hue angle of 54.89º degrees, saturation: 0.9, 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 #ECD90D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.07 |
| HSL | 54.89º | 0.9% | 0.49% | - |
| HSV(B) | 54.89º | 0.94% | 0.93% | - |
| XYZ | 59.48 | 67.49 | 10.27 | - |
| YUV | 199.43 | 22.79 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 13 | 0 | 0.08 | 0.94 | 0.07 | 54.89 | 0.9 | 0.49 |
| Hex | EC | D9 | D | 0 | 8 | 5E | 7 | 37 | 5A | 31 |
| Octal | 354 | 331 | 15 | 0 | 10 | 136 | 7 | 67 | 132 | 61 |
| Binary | 11101100 | 11011001 | 1101 | 0 | 1000 | 1011110 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #ECD90D
Complementary color
Monochromatic Colors of #ECD90D
Black with #ECD90D
Text Example
Text Example
White with #ECD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD90D; }
p { color: rgb(236,217,13); }
H1.HeaderClassName
{
color: #ECD90D;
}
.AnyTagClassName
{
color: #ECD90D;
}
</style>
background-color css
<style>
a { background-color: #ECD90D; }
a { background-color: rgb(236,217,13); }
div.DivClassName
{
background-color: #ECD90D;
}
.BgClassName
{
background-color: #ECD90D;
}
</style>
border-color css
<style>
span { border-color: #ECD90D; }
span { border-color: rgb(236,217,13); }
td.TdClassName
{
border-color: #ECD90D;
}
.TagClassName
{
border-color: #ECD90D;
}
</style>