Shades of Lemon #EBED10
Tints of Lemon #EBED10
RGB
CMYK
RGB Variations
Color information
#EBED10 (or 0xEBED10) is known color: Lemon. HEX triplet: EB, ED and 10. RGB value is (235,237,16). Sum of RGB (Red+Green+Blue) = 235+237+16=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED10 is #1412EF. Grayscale: #D4D4D4. Windows color (decimal): -1315568 or 1109483. OLE color: 1109483.
HSL color Cylindrical-coordinate representation of color #EBED10: hue angle of 60.54º 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 #EBED10 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.07 |
| HSL | 60.54º | 0.87% | 0.5% | - |
| HSV(B) | 60.54º | 0.93% | 0.93% | - |
| XYZ | 64.64 | 78.27 | 12.19 | - |
| YUV | 211.21 | 17.84 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 16 | 0.01 | 0 | 0.93 | 0.07 | 60.54 | 0.87 | 0.5 |
| Hex | EB | ED | 10 | 1 | 0 | 5D | 7 | 3D | 57 | 32 |
| Octal | 353 | 355 | 20 | 1 | 0 | 135 | 7 | 75 | 127 | 62 |
| Binary | 11101011 | 11101101 | 10000 | 1 | 0 | 1011101 | 111 | 111101 | 1010111 | 110010 |
Color Harmonies of #EBED10
Complementary color
Monochromatic Colors of #EBED10
Black with #EBED10
Text Example
Text Example
White with #EBED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED10; }
p { color: rgb(235,237,16); }
H1.HeaderClassName
{
color: #EBED10;
}
.AnyTagClassName
{
color: #EBED10;
}
</style>
background-color css
<style>
a { background-color: #EBED10; }
a { background-color: rgb(235,237,16); }
div.DivClassName
{
background-color: #EBED10;
}
.BgClassName
{
background-color: #EBED10;
}
</style>
border-color css
<style>
span { border-color: #EBED10; }
span { border-color: rgb(235,237,16); }
td.TdClassName
{
border-color: #EBED10;
}
.TagClassName
{
border-color: #EBED10;
}
</style>