Shades of Lemon #EBE816
Tints of Lemon #EBE816
RGB
CMYK
RGB Variations
Color information
#EBE816 (or 0xEBE816) is known color: Lemon. HEX triplet: EB, E8 and 16. RGB value is (235,232,22). Sum of RGB (Red+Green+Blue) = 235+232+22=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 22 (8.98% from 255 or 4.50% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE816 is #1417E9. Grayscale: #D1D1D1. Windows color (decimal): -1316842 or 1501419. OLE color: 1501419.
HSL color Cylindrical-coordinate representation of color #EBE816: hue angle of 59.15º 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 #EBE816 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 22 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.08 |
| HSL | 59.15º | 0.84% | 0.5% | - |
| HSV(B) | 59.15º | 0.91% | 0.92% | - |
| XYZ | 63.26 | 75.43 | 11.98 | - |
| YUV | 208.96 | 22.49 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 22 | 0 | 0.01 | 0.91 | 0.08 | 59.15 | 0.84 | 0.5 |
| Hex | EB | E8 | 16 | 0 | 1 | 5B | 8 | 3B | 54 | 32 |
| Octal | 353 | 350 | 26 | 0 | 1 | 133 | 10 | 73 | 124 | 62 |
| Binary | 11101011 | 11101000 | 10110 | 0 | 1 | 1011011 | 1000 | 111011 | 1010100 | 110010 |
Color Harmonies of #EBE816
Complementary color
Monochromatic Colors of #EBE816
Black with #EBE816
Text Example
Text Example
White with #EBE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE816; }
p { color: rgb(235,232,22); }
H1.HeaderClassName
{
color: #EBE816;
}
.AnyTagClassName
{
color: #EBE816;
}
</style>
background-color css
<style>
a { background-color: #EBE816; }
a { background-color: rgb(235,232,22); }
div.DivClassName
{
background-color: #EBE816;
}
.BgClassName
{
background-color: #EBE816;
}
</style>
border-color css
<style>
span { border-color: #EBE816; }
span { border-color: rgb(235,232,22); }
td.TdClassName
{
border-color: #EBE816;
}
.TagClassName
{
border-color: #EBE816;
}
</style>