Shades of Lemon #ECDB0F
Tints of Lemon #ECDB0F
RGB
CMYK
RGB Variations
Color information
#ECDB0F (or 0xECDB0F) is known color: Lemon. HEX triplet: EC, DB and 0F. RGB value is (236,219,15). Sum of RGB (Red+Green+Blue) = 236+219+15=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB0F is #1324F0. Grayscale: #C9C9C9. Windows color (decimal): -1254641 or 1039340. OLE color: 1039340.
HSL color Cylindrical-coordinate representation of color #ECDB0F: hue angle of 55.38º degrees, saturation: 0.88, 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 #ECDB0F is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 15 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.07 |
| HSL | 55.38º | 0.88% | 0.49% | - |
| HSV(B) | 55.38º | 0.94% | 0.93% | - |
| XYZ | 60.01 | 68.53 | 10.52 | - |
| YUV | 200.83 | 23.13 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 15 | 0 | 0.07 | 0.94 | 0.07 | 55.38 | 0.88 | 0.49 |
| Hex | EC | DB | F | 0 | 7 | 5E | 7 | 37 | 58 | 31 |
| Octal | 354 | 333 | 17 | 0 | 7 | 136 | 7 | 67 | 130 | 61 |
| Binary | 11101100 | 11011011 | 1111 | 0 | 111 | 1011110 | 111 | 110111 | 1011000 | 110001 |
Color Harmonies of #ECDB0F
Complementary color
Monochromatic Colors of #ECDB0F
Black with #ECDB0F
Text Example
Text Example
White with #ECDB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB0F; }
p { color: rgb(236,219,15); }
H1.HeaderClassName
{
color: #ECDB0F;
}
.AnyTagClassName
{
color: #ECDB0F;
}
</style>
background-color css
<style>
a { background-color: #ECDB0F; }
a { background-color: rgb(236,219,15); }
div.DivClassName
{
background-color: #ECDB0F;
}
.BgClassName
{
background-color: #ECDB0F;
}
</style>
border-color css
<style>
span { border-color: #ECDB0F; }
span { border-color: rgb(236,219,15); }
td.TdClassName
{
border-color: #ECDB0F;
}
.TagClassName
{
border-color: #ECDB0F;
}
</style>