Shades of Lemon #EBEC0E
Tints of Lemon #EBEC0E
RGB
CMYK
RGB Variations
Color information
#EBEC0E (or 0xEBEC0E) is known color: Lemon. HEX triplet: EB, EC and 0E. RGB value is (235,236,14). Sum of RGB (Red+Green+Blue) = 235+236+14=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEC0E is #1413F1. Grayscale: #D3D3D3. Windows color (decimal): -1315826 or 978155. OLE color: 978155.
HSL color Cylindrical-coordinate representation of color #EBEC0E: hue angle of 60.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBEC0E is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 14 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.07 |
| HSL | 60.27º | 0.89% | 0.49% | - |
| HSV(B) | 60.27º | 0.94% | 0.93% | - |
| XYZ | 64.34 | 77.68 | 12.02 | - |
| YUV | 210.39 | 17.17 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 14 | 0.00 | 0 | 0.94 | 0.07 | 60.27 | 0.89 | 0.49 |
| Hex | EB | EC | E | 0 | 0 | 5E | 7 | 3C | 59 | 31 |
| Octal | 353 | 354 | 16 | 0 | 0 | 136 | 7 | 74 | 131 | 61 |
| Binary | 11101011 | 11101100 | 1110 | 0 | 0 | 1011110 | 111 | 111100 | 1011001 | 110001 |
Color Harmonies of #EBEC0E
Complementary color
Monochromatic Colors of #EBEC0E
Black with #EBEC0E
Text Example
Text Example
White with #EBEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC0E; }
p { color: rgb(235,236,14); }
H1.HeaderClassName
{
color: #EBEC0E;
}
.AnyTagClassName
{
color: #EBEC0E;
}
</style>
background-color css
<style>
a { background-color: #EBEC0E; }
a { background-color: rgb(235,236,14); }
div.DivClassName
{
background-color: #EBEC0E;
}
.BgClassName
{
background-color: #EBEC0E;
}
</style>
border-color css
<style>
span { border-color: #EBEC0E; }
span { border-color: rgb(235,236,14); }
td.TdClassName
{
border-color: #EBEC0E;
}
.TagClassName
{
border-color: #EBEC0E;
}
</style>