Shades of Lemon #EBED19
Tints of Lemon #EBED19
RGB
CMYK
RGB Variations
Color information
#EBED19 (or 0xEBED19) is known color: Lemon. HEX triplet: EB, ED and 19. RGB value is (235,237,25). Sum of RGB (Red+Green+Blue) = 235+237+25=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 25 (10.16% from 255 or 5.03% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED19 is #1412E6. Grayscale: #D5D5D5. Windows color (decimal): -1315559 or 1699307. OLE color: 1699307.
HSL color Cylindrical-coordinate representation of color #EBED19: hue angle of 60.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBED19 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 25 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.07 |
| HSL | 60.57º | 0.85% | 0.51% | - |
| HSV(B) | 60.57º | 0.89% | 0.93% | - |
| XYZ | 64.72 | 78.3 | 12.62 | - |
| YUV | 212.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 25 | 0.01 | 0 | 0.89 | 0.07 | 60.57 | 0.85 | 0.51 |
| Hex | EB | ED | 19 | 1 | 0 | 59 | 7 | 3D | 55 | 33 |
| Octal | 353 | 355 | 31 | 1 | 0 | 131 | 7 | 75 | 125 | 63 |
| Binary | 11101011 | 11101101 | 11001 | 1 | 0 | 1011001 | 111 | 111101 | 1010101 | 110011 |
Color Harmonies of #EBED19
Complementary color
Monochromatic Colors of #EBED19
Black with #EBED19
Text Example
Text Example
White with #EBED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED19; }
p { color: rgb(235,237,25); }
H1.HeaderClassName
{
color: #EBED19;
}
.AnyTagClassName
{
color: #EBED19;
}
</style>
background-color css
<style>
a { background-color: #EBED19; }
a { background-color: rgb(235,237,25); }
div.DivClassName
{
background-color: #EBED19;
}
.BgClassName
{
background-color: #EBED19;
}
</style>
border-color css
<style>
span { border-color: #EBED19; }
span { border-color: rgb(235,237,25); }
td.TdClassName
{
border-color: #EBED19;
}
.TagClassName
{
border-color: #EBED19;
}
</style>