Shades of Lemon #ECEC0E
Tints of Lemon #ECEC0E
RGB
CMYK
RGB Variations
Color information
#ECEC0E (or 0xECEC0E) is known color: Lemon. HEX triplet: EC, EC and 0E. RGB value is (236,236,14). Sum of RGB (Red+Green+Blue) = 236+236+14=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC0E is #1313F1. Grayscale: #D3D3D3. Windows color (decimal): -1250290 or 978156. OLE color: 978156.
HSL color Cylindrical-coordinate representation of color #ECEC0E: hue angle of 60º degrees, saturation: 0.89, 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 #ECEC0E is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 14 | - |
| CMYK | 0 | 0 | 0.94 | 0.07 |
| HSL | 60º | 0.89% | 0.49% | - |
| HSV(B) | 60º | 0.94% | 0.93% | - |
| XYZ | 64.67 | 77.86 | 12.03 | - |
| YUV | 210.69 | 17 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 14 | 0 | 0 | 0.94 | 0.07 | 60 | 0.89 | 0.49 |
| Hex | EC | EC | E | 0 | 0 | 5E | 7 | 3C | 59 | 31 |
| Octal | 354 | 354 | 16 | 0 | 0 | 136 | 7 | 74 | 131 | 61 |
| Binary | 11101100 | 11101100 | 1110 | 0 | 0 | 1011110 | 111 | 111100 | 1011001 | 110001 |
Color Harmonies of #ECEC0E
Complementary color
Monochromatic Colors of #ECEC0E
Black with #ECEC0E
Text Example
Text Example
White with #ECEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC0E; }
p { color: rgb(236,236,14); }
H1.HeaderClassName
{
color: #ECEC0E;
}
.AnyTagClassName
{
color: #ECEC0E;
}
</style>
background-color css
<style>
a { background-color: #ECEC0E; }
a { background-color: rgb(236,236,14); }
div.DivClassName
{
background-color: #ECEC0E;
}
.BgClassName
{
background-color: #ECEC0E;
}
</style>
border-color css
<style>
span { border-color: #ECEC0E; }
span { border-color: rgb(236,236,14); }
td.TdClassName
{
border-color: #ECEC0E;
}
.TagClassName
{
border-color: #ECEC0E;
}
</style>