Shades of Lemon #ECEB17
Tints of Lemon #ECEB17
RGB
CMYK
RGB Variations
Color information
#ECEB17 (or 0xECEB17) is known color: Lemon. HEX triplet: EC, EB and 17. RGB value is (236,235,23). Sum of RGB (Red+Green+Blue) = 236+235+23=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 23 (9.38% from 255 or 4.66% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB17 is #1314E8. Grayscale: #D3D3D3. Windows color (decimal): -1250537 or 1567724. OLE color: 1567724.
HSL color Cylindrical-coordinate representation of color #ECEB17: hue angle of 59.72º 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 #ECEB17 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 23 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.07 |
| HSL | 59.72º | 0.85% | 0.51% | - |
| HSV(B) | 59.72º | 0.9% | 0.93% | - |
| XYZ | 64.46 | 77.31 | 12.34 | - |
| YUV | 211.13 | 21.83 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 23 | 0 | 0.00 | 0.90 | 0.07 | 59.72 | 0.85 | 0.51 |
| Hex | EC | EB | 17 | 0 | 0 | 5A | 7 | 3C | 55 | 33 |
| Octal | 354 | 353 | 27 | 0 | 0 | 132 | 7 | 74 | 125 | 63 |
| Binary | 11101100 | 11101011 | 10111 | 0 | 0 | 1011010 | 111 | 111100 | 1010101 | 110011 |
Color Harmonies of #ECEB17
Complementary color
Monochromatic Colors of #ECEB17
Black with #ECEB17
Text Example
Text Example
White with #ECEB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB17; }
p { color: rgb(236,235,23); }
H1.HeaderClassName
{
color: #ECEB17;
}
.AnyTagClassName
{
color: #ECEB17;
}
</style>
background-color css
<style>
a { background-color: #ECEB17; }
a { background-color: rgb(236,235,23); }
div.DivClassName
{
background-color: #ECEB17;
}
.BgClassName
{
background-color: #ECEB17;
}
</style>
border-color css
<style>
span { border-color: #ECEB17; }
span { border-color: rgb(236,235,23); }
td.TdClassName
{
border-color: #ECEB17;
}
.TagClassName
{
border-color: #ECEB17;
}
</style>