Shades of Lemon #EBEC0A
Tints of Lemon #EBEC0A
RGB
CMYK
RGB Variations
Color information
#EBEC0A (or 0xEBEC0A) is known color: Lemon. HEX triplet: EB, EC and 0A. RGB value is (235,236,10). Sum of RGB (Red+Green+Blue) = 235+236+10=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEC0A is #1413F5. Grayscale: #D2D2D2. Windows color (decimal): -1315830 or 716011. OLE color: 716011.
HSL color Cylindrical-coordinate representation of color #EBEC0A: hue angle of 60.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBEC0A is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 10 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.07 |
| HSL | 60.27º | 0.92% | 0.48% | - |
| HSV(B) | 60.27º | 0.96% | 0.93% | - |
| XYZ | 64.31 | 77.67 | 11.89 | - |
| YUV | 209.94 | 15.17 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 10 | 0.00 | 0 | 0.96 | 0.07 | 60.27 | 0.92 | 0.48 |
| Hex | EB | EC | A | 0 | 0 | 60 | 7 | 3C | 5C | 30 |
| Octal | 353 | 354 | 12 | 0 | 0 | 140 | 7 | 74 | 134 | 60 |
| Binary | 11101011 | 11101100 | 1010 | 0 | 0 | 1100000 | 111 | 111100 | 1011100 | 110000 |
Color Harmonies of #EBEC0A
Complementary color
Monochromatic Colors of #EBEC0A
Black with #EBEC0A
Text Example
Text Example
White with #EBEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC0A; }
p { color: rgb(235,236,10); }
H1.HeaderClassName
{
color: #EBEC0A;
}
.AnyTagClassName
{
color: #EBEC0A;
}
</style>
background-color css
<style>
a { background-color: #EBEC0A; }
a { background-color: rgb(235,236,10); }
div.DivClassName
{
background-color: #EBEC0A;
}
.BgClassName
{
background-color: #EBEC0A;
}
</style>
border-color css
<style>
span { border-color: #EBEC0A; }
span { border-color: rgb(235,236,10); }
td.TdClassName
{
border-color: #EBEC0A;
}
.TagClassName
{
border-color: #EBEC0A;
}
</style>