Shades of Lemon #ECEC17
Tints of Lemon #ECEC17
RGB
CMYK
RGB Variations
Color information
#ECEC17 (or 0xECEC17) is known color: Lemon. HEX triplet: EC, EC and 17. RGB value is (236,236,23). Sum of RGB (Red+Green+Blue) = 236+236+23=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 23 (9.38% from 255 or 4.65% from 495); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC17 is #1313E8. Grayscale: #D4D4D4. Windows color (decimal): -1250281 or 1567980. OLE color: 1567980.
HSL color Cylindrical-coordinate representation of color #ECEC17: hue angle of 60º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECEC17 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 23 | - |
| CMYK | 0 | 0 | 0.90 | 0.07 |
| HSL | 60º | 0.85% | 0.51% | - |
| HSV(B) | 60º | 0.9% | 0.93% | - |
| XYZ | 64.74 | 77.89 | 12.43 | - |
| YUV | 211.72 | 21.5 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 23 | 0 | 0 | 0.90 | 0.07 | 60 | 0.85 | 0.51 |
| Hex | EC | EC | 17 | 0 | 0 | 5A | 7 | 3C | 55 | 33 |
| Octal | 354 | 354 | 27 | 0 | 0 | 132 | 7 | 74 | 125 | 63 |
| Binary | 11101100 | 11101100 | 10111 | 0 | 0 | 1011010 | 111 | 111100 | 1010101 | 110011 |
Color Harmonies of #ECEC17
Complementary color
Monochromatic Colors of #ECEC17
Black with #ECEC17
Text Example
Text Example
White with #ECEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC17; }
p { color: rgb(236,236,23); }
H1.HeaderClassName
{
color: #ECEC17;
}
.AnyTagClassName
{
color: #ECEC17;
}
</style>
background-color css
<style>
a { background-color: #ECEC17; }
a { background-color: rgb(236,236,23); }
div.DivClassName
{
background-color: #ECEC17;
}
.BgClassName
{
background-color: #ECEC17;
}
</style>
border-color css
<style>
span { border-color: #ECEC17; }
span { border-color: rgb(236,236,23); }
td.TdClassName
{
border-color: #ECEC17;
}
.TagClassName
{
border-color: #ECEC17;
}
</style>