Shades of Lemon #ECDC0F
Tints of Lemon #ECDC0F
RGB
CMYK
RGB Variations
Color information
#ECDC0F (or 0xECDC0F) is known color: Lemon. HEX triplet: EC, DC and 0F. RGB value is (236,220,15). Sum of RGB (Red+Green+Blue) = 236+220+15=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC0F is #1323F0. Grayscale: #CACACA. Windows color (decimal): -1254385 or 1039596. OLE color: 1039596.
HSL color Cylindrical-coordinate representation of color #ECDC0F: hue angle of 55.66º 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 #ECDC0F is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 15 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.07 |
| HSL | 55.66º | 0.88% | 0.49% | - |
| HSV(B) | 55.66º | 0.94% | 0.93% | - |
| XYZ | 60.27 | 69.05 | 10.6 | - |
| YUV | 201.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 15 | 0 | 0.07 | 0.94 | 0.07 | 55.66 | 0.88 | 0.49 |
| Hex | EC | DC | F | 0 | 7 | 5E | 7 | 38 | 58 | 31 |
| Octal | 354 | 334 | 17 | 0 | 7 | 136 | 7 | 70 | 130 | 61 |
| Binary | 11101100 | 11011100 | 1111 | 0 | 111 | 1011110 | 111 | 111000 | 1011000 | 110001 |
Color Harmonies of #ECDC0F
Complementary color
Monochromatic Colors of #ECDC0F
Black with #ECDC0F
Text Example
Text Example
White with #ECDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC0F; }
p { color: rgb(236,220,15); }
H1.HeaderClassName
{
color: #ECDC0F;
}
.AnyTagClassName
{
color: #ECDC0F;
}
</style>
background-color css
<style>
a { background-color: #ECDC0F; }
a { background-color: rgb(236,220,15); }
div.DivClassName
{
background-color: #ECDC0F;
}
.BgClassName
{
background-color: #ECDC0F;
}
</style>
border-color css
<style>
span { border-color: #ECDC0F; }
span { border-color: rgb(236,220,15); }
td.TdClassName
{
border-color: #ECDC0F;
}
.TagClassName
{
border-color: #ECDC0F;
}
</style>