Shades of Lemon #EBE80A
Tints of Lemon #EBE80A
RGB
CMYK
RGB Variations
Color information
#EBE80A (or 0xEBE80A) is known color: Lemon. HEX triplet: EB, E8 and 0A. RGB value is (235,232,10). Sum of RGB (Red+Green+Blue) = 235+232+10=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBE80A is #1417F5. Grayscale: #D0D0D0. Windows color (decimal): -1316854 or 714987. OLE color: 714987.
HSL color Cylindrical-coordinate representation of color #EBE80A: hue angle of 59.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBE80A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.08 |
| HSL | 59.2º | 0.92% | 0.48% | - |
| HSV(B) | 59.2º | 0.96% | 0.92% | - |
| XYZ | 63.17 | 75.4 | 11.51 | - |
| YUV | 207.59 | 16.49 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 10 | 0 | 0.01 | 0.96 | 0.08 | 59.2 | 0.92 | 0.48 |
| Hex | EB | E8 | A | 0 | 1 | 60 | 8 | 3B | 5C | 30 |
| Octal | 353 | 350 | 12 | 0 | 1 | 140 | 10 | 73 | 134 | 60 |
| Binary | 11101011 | 11101000 | 1010 | 0 | 1 | 1100000 | 1000 | 111011 | 1011100 | 110000 |
Color Harmonies of #EBE80A
Complementary color
Monochromatic Colors of #EBE80A
Black with #EBE80A
Text Example
Text Example
White with #EBE80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE80A; }
p { color: rgb(235,232,10); }
H1.HeaderClassName
{
color: #EBE80A;
}
.AnyTagClassName
{
color: #EBE80A;
}
</style>
background-color css
<style>
a { background-color: #EBE80A; }
a { background-color: rgb(235,232,10); }
div.DivClassName
{
background-color: #EBE80A;
}
.BgClassName
{
background-color: #EBE80A;
}
</style>
border-color css
<style>
span { border-color: #EBE80A; }
span { border-color: rgb(235,232,10); }
td.TdClassName
{
border-color: #EBE80A;
}
.TagClassName
{
border-color: #EBE80A;
}
</style>