Shades of Lemon #ECEC07
Tints of Lemon #ECEC07
RGB
CMYK
RGB Variations
Color information
#ECEC07 (or 0xECEC07) is known color: Lemon. HEX triplet: EC, EC and 07. RGB value is (236,236,7). Sum of RGB (Red+Green+Blue) = 236+236+7=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 7 (3.12% from 255 or 1.46% from 479); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC07 is #1313F8. Grayscale: #D2D2D2. Windows color (decimal): -1250297 or 519404. OLE color: 519404.
HSL color Cylindrical-coordinate representation of color #ECEC07: hue angle of 60º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECEC07 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.07 |
| HSL | 60º | 0.94% | 0.48% | - |
| HSV(B) | 60º | 0.97% | 0.93% | - |
| XYZ | 64.63 | 77.84 | 11.82 | - |
| YUV | 209.89 | 13.5 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 7 | 0 | 0 | 0.97 | 0.07 | 60 | 0.94 | 0.48 |
| Hex | EC | EC | 7 | 0 | 0 | 61 | 7 | 3C | 5E | 30 |
| Octal | 354 | 354 | 7 | 0 | 0 | 141 | 7 | 74 | 136 | 60 |
| Binary | 11101100 | 11101100 | 111 | 0 | 0 | 1100001 | 111 | 111100 | 1011110 | 110000 |
Color Harmonies of #ECEC07
Complementary color
Monochromatic Colors of #ECEC07
Black with #ECEC07
Text Example
Text Example
White with #ECEC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC07; }
p { color: rgb(236,236,7); }
H1.HeaderClassName
{
color: #ECEC07;
}
.AnyTagClassName
{
color: #ECEC07;
}
</style>
background-color css
<style>
a { background-color: #ECEC07; }
a { background-color: rgb(236,236,7); }
div.DivClassName
{
background-color: #ECEC07;
}
.BgClassName
{
background-color: #ECEC07;
}
</style>
border-color css
<style>
span { border-color: #ECEC07; }
span { border-color: rgb(236,236,7); }
td.TdClassName
{
border-color: #ECEC07;
}
.TagClassName
{
border-color: #ECEC07;
}
</style>