Shades of Lemon #EBEC11
Tints of Lemon #EBEC11
RGB
CMYK
RGB Variations
Color information
#EBEC11 (or 0xEBEC11) is known color: Lemon. HEX triplet: EB, EC and 11. RGB value is (235,236,17). Sum of RGB (Red+Green+Blue) = 235+236+17=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 17 (7.03% from 255 or 3.48% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEC11 is #1413EE. Grayscale: #D3D3D3. Windows color (decimal): -1315823 or 1174763. OLE color: 1174763.
HSL color Cylindrical-coordinate representation of color #EBEC11: hue angle of 60.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBEC11 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 17 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.07 |
| HSL | 60.27º | 0.87% | 0.5% | - |
| HSV(B) | 60.27º | 0.93% | 0.93% | - |
| XYZ | 64.36 | 77.69 | 12.13 | - |
| YUV | 210.74 | 18.67 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 17 | 0.00 | 0 | 0.93 | 0.07 | 60.27 | 0.87 | 0.5 |
| Hex | EB | EC | 11 | 0 | 0 | 5D | 7 | 3C | 57 | 32 |
| Octal | 353 | 354 | 21 | 0 | 0 | 135 | 7 | 74 | 127 | 62 |
| Binary | 11101011 | 11101100 | 10001 | 0 | 0 | 1011101 | 111 | 111100 | 1010111 | 110010 |
Color Harmonies of #EBEC11
Complementary color
Monochromatic Colors of #EBEC11
Black with #EBEC11
Text Example
Text Example
White with #EBEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC11; }
p { color: rgb(235,236,17); }
H1.HeaderClassName
{
color: #EBEC11;
}
.AnyTagClassName
{
color: #EBEC11;
}
</style>
background-color css
<style>
a { background-color: #EBEC11; }
a { background-color: rgb(235,236,17); }
div.DivClassName
{
background-color: #EBEC11;
}
.BgClassName
{
background-color: #EBEC11;
}
</style>
border-color css
<style>
span { border-color: #EBEC11; }
span { border-color: rgb(235,236,17); }
td.TdClassName
{
border-color: #EBEC11;
}
.TagClassName
{
border-color: #EBEC11;
}
</style>