Shades of Lemon #ECEC04
Tints of Lemon #ECEC04
RGB
CMYK
RGB Variations
Color information
#ECEC04 (or 0xECEC04) is known color: Lemon. HEX triplet: EC, EC and 04. RGB value is (236,236,4). Sum of RGB (Red+Green+Blue) = 236+236+4=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 4 (1.95% from 255 or 0.84% from 476); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC04 is #1313FB. Grayscale: #D2D2D2. Windows color (decimal): -1250300 or 322796. OLE color: 322796.
HSL color Cylindrical-coordinate representation of color #ECEC04: hue angle of 60º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECEC04 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 4 | - |
CMYK | 0 | 0 | 0.98 | 0.07 |
HSL | 60º | 0.97% | 0.47% | - |
HSV(B) | 60º | 0.98% | 0.93% | - |
XYZ | 64.61 | 77.83 | 11.73 | - |
YUV | 209.55 | 12 | 146.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 4 | 0 | 0 | 0.98 | 0.07 | 60 | 0.97 | 0.47 |
Hex | EC | EC | 4 | 0 | 0 | 62 | 7 | 3C | 61 | 2F |
Octal | 354 | 354 | 4 | 0 | 0 | 142 | 7 | 74 | 141 | 57 |
Binary | 11101100 | 11101100 | 100 | 0 | 0 | 1100010 | 111 | 111100 | 1100001 | 101111 |
Color Harmonies of #ECEC04
Complementary color
Monochromatic Colors of #ECEC04
Black with #ECEC04
Text Example
Text Example
White with #ECEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC04; }
p { color: rgb(236,236,4); }
H1.HeaderClassName
{
color: #ECEC04;
}
.AnyTagClassName
{
color: #ECEC04;
}
</style>
background-color css
<style>
a { background-color: #ECEC04; }
a { background-color: rgb(236,236,4); }
div.DivClassName
{
background-color: #ECEC04;
}
.BgClassName
{
background-color: #ECEC04;
}
</style>
border-color css
<style>
span { border-color: #ECEC04; }
span { border-color: rgb(236,236,4); }
td.TdClassName
{
border-color: #ECEC04;
}
.TagClassName
{
border-color: #ECEC04;
}
</style>