Shades of Lemon #EBE818
Tints of Lemon #EBE818
RGB
CMYK
RGB Variations
Color information
#EBE818 (or 0xEBE818) is known color: Lemon. HEX triplet: EB, E8 and 18. RGB value is (235,232,24). Sum of RGB (Red+Green+Blue) = 235+232+24=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE818 is #1417E7. Grayscale: #D2D2D2. Windows color (decimal): -1316840 or 1632491. OLE color: 1632491.
HSL color Cylindrical-coordinate representation of color #EBE818: hue angle of 59.15º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBE818 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.08 |
| HSL | 59.15º | 0.84% | 0.51% | - |
| HSV(B) | 59.15º | 0.9% | 0.92% | - |
| XYZ | 63.28 | 75.44 | 12.09 | - |
| YUV | 209.19 | 23.49 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 24 | 0 | 0.01 | 0.90 | 0.08 | 59.15 | 0.84 | 0.51 |
| Hex | EB | E8 | 18 | 0 | 1 | 5A | 8 | 3B | 54 | 33 |
| Octal | 353 | 350 | 30 | 0 | 1 | 132 | 10 | 73 | 124 | 63 |
| Binary | 11101011 | 11101000 | 11000 | 0 | 1 | 1011010 | 1000 | 111011 | 1010100 | 110011 |
Color Harmonies of #EBE818
Complementary color
Monochromatic Colors of #EBE818
Black with #EBE818
Text Example
Text Example
White with #EBE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE818; }
p { color: rgb(235,232,24); }
H1.HeaderClassName
{
color: #EBE818;
}
.AnyTagClassName
{
color: #EBE818;
}
</style>
background-color css
<style>
a { background-color: #EBE818; }
a { background-color: rgb(235,232,24); }
div.DivClassName
{
background-color: #EBE818;
}
.BgClassName
{
background-color: #EBE818;
}
</style>
border-color css
<style>
span { border-color: #EBE818; }
span { border-color: rgb(235,232,24); }
td.TdClassName
{
border-color: #EBE818;
}
.TagClassName
{
border-color: #EBE818;
}
</style>