Shades of Lemon #ECDB0D
Tints of Lemon #ECDB0D
RGB
CMYK
RGB Variations
Color information
#ECDB0D (or 0xECDB0D) is known color: Lemon. HEX triplet: EC, DB and 0D. RGB value is (236,219,13). Sum of RGB (Red+Green+Blue) = 236+219+13=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB0D is #1324F2. Grayscale: #C9C9C9. Windows color (decimal): -1254643 or 908268. OLE color: 908268.
HSL color Cylindrical-coordinate representation of color #ECDB0D: hue angle of 55.43º 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 #ECDB0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.07 |
| HSL | 55.43º | 0.9% | 0.49% | - |
| HSV(B) | 55.43º | 0.94% | 0.93% | - |
| XYZ | 60 | 68.52 | 10.45 | - |
| YUV | 200.6 | 22.13 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 13 | 0 | 0.07 | 0.94 | 0.07 | 55.43 | 0.9 | 0.49 |
| Hex | EC | DB | D | 0 | 7 | 5E | 7 | 37 | 5A | 31 |
| Octal | 354 | 333 | 15 | 0 | 7 | 136 | 7 | 67 | 132 | 61 |
| Binary | 11101100 | 11011011 | 1101 | 0 | 111 | 1011110 | 111 | 110111 | 1011010 | 110001 |
Color Harmonies of #ECDB0D
Complementary color
Monochromatic Colors of #ECDB0D
Black with #ECDB0D
Text Example
Text Example
White with #ECDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB0D; }
p { color: rgb(236,219,13); }
H1.HeaderClassName
{
color: #ECDB0D;
}
.AnyTagClassName
{
color: #ECDB0D;
}
</style>
background-color css
<style>
a { background-color: #ECDB0D; }
a { background-color: rgb(236,219,13); }
div.DivClassName
{
background-color: #ECDB0D;
}
.BgClassName
{
background-color: #ECDB0D;
}
</style>
border-color css
<style>
span { border-color: #ECDB0D; }
span { border-color: rgb(236,219,13); }
td.TdClassName
{
border-color: #ECDB0D;
}
.TagClassName
{
border-color: #ECDB0D;
}
</style>