Shades of Lemon #ECEC05
Tints of Lemon #ECEC05
RGB
CMYK
RGB Variations
Color information
#ECEC05 (or 0xECEC05) is known color: Lemon. HEX triplet: EC, EC and 05. RGB value is (236,236,5). Sum of RGB (Red+Green+Blue) = 236+236+5=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC05 is #1313FA. Grayscale: #D2D2D2. Windows color (decimal): -1250299 or 388332. OLE color: 388332.
HSL color Cylindrical-coordinate representation of color #ECEC05: hue angle of 60º degrees, saturation: 0.96, 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 #ECEC05 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 5 | - |
CMYK | 0 | 0 | 0.98 | 0.07 |
HSL | 60º | 0.96% | 0.47% | - |
HSV(B) | 60º | 0.98% | 0.93% | - |
XYZ | 64.61 | 77.83 | 11.76 | - |
YUV | 209.67 | 12.5 | 146.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 5 | 0 | 0 | 0.98 | 0.07 | 60 | 0.96 | 0.47 |
Hex | EC | EC | 5 | 0 | 0 | 62 | 7 | 3C | 60 | 2F |
Octal | 354 | 354 | 5 | 0 | 0 | 142 | 7 | 74 | 140 | 57 |
Binary | 11101100 | 11101100 | 101 | 0 | 0 | 1100010 | 111 | 111100 | 1100000 | 101111 |
Color Harmonies of #ECEC05
Complementary color
Monochromatic Colors of #ECEC05
Black with #ECEC05
Text Example
Text Example
White with #ECEC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC05; }
p { color: rgb(236,236,5); }
H1.HeaderClassName
{
color: #ECEC05;
}
.AnyTagClassName
{
color: #ECEC05;
}
</style>
background-color css
<style>
a { background-color: #ECEC05; }
a { background-color: rgb(236,236,5); }
div.DivClassName
{
background-color: #ECEC05;
}
.BgClassName
{
background-color: #ECEC05;
}
</style>
border-color css
<style>
span { border-color: #ECEC05; }
span { border-color: rgb(236,236,5); }
td.TdClassName
{
border-color: #ECEC05;
}
.TagClassName
{
border-color: #ECEC05;
}
</style>