Shades of Lemon #EBE815
Tints of Lemon #EBE815
RGB
CMYK
RGB Variations
Color information
#EBE815 (or 0xEBE815) is known color: Lemon. HEX triplet: EB, E8 and 15. RGB value is (235,232,21). Sum of RGB (Red+Green+Blue) = 235+232+21=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE815 is #1417EA. Grayscale: #D1D1D1. Windows color (decimal): -1316843 or 1435883. OLE color: 1435883.
HSL color Cylindrical-coordinate representation of color #EBE815: hue angle of 59.16º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBE815 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 21 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.08 |
| HSL | 59.16º | 0.84% | 0.5% | - |
| HSV(B) | 59.16º | 0.91% | 0.92% | - |
| XYZ | 63.25 | 75.43 | 11.94 | - |
| YUV | 208.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 21 | 0 | 0.01 | 0.91 | 0.08 | 59.16 | 0.84 | 0.5 |
| Hex | EB | E8 | 15 | 0 | 1 | 5B | 8 | 3B | 54 | 32 |
| Octal | 353 | 350 | 25 | 0 | 1 | 133 | 10 | 73 | 124 | 62 |
| Binary | 11101011 | 11101000 | 10101 | 0 | 1 | 1011011 | 1000 | 111011 | 1010100 | 110010 |
Color Harmonies of #EBE815
Complementary color
Monochromatic Colors of #EBE815
Black with #EBE815
Text Example
Text Example
White with #EBE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE815; }
p { color: rgb(235,232,21); }
H1.HeaderClassName
{
color: #EBE815;
}
.AnyTagClassName
{
color: #EBE815;
}
</style>
background-color css
<style>
a { background-color: #EBE815; }
a { background-color: rgb(235,232,21); }
div.DivClassName
{
background-color: #EBE815;
}
.BgClassName
{
background-color: #EBE815;
}
</style>
border-color css
<style>
span { border-color: #EBE815; }
span { border-color: rgb(235,232,21); }
td.TdClassName
{
border-color: #EBE815;
}
.TagClassName
{
border-color: #EBE815;
}
</style>