Shades of Lemon #E8EB0A
Tints of Lemon #E8EB0A
RGB
CMYK
RGB Variations
Color information
#E8EB0A (or 0xE8EB0A) is known color: Lemon. HEX triplet: E8, EB and 0A. RGB value is (232,235,10). Sum of RGB (Red+Green+Blue) = 232+235+10=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EB0A is #1714F5. Grayscale: #D1D1D1. Windows color (decimal): -1512694 or 715752. OLE color: 715752.
HSL color Cylindrical-coordinate representation of color #E8EB0A: hue angle of 60.8º 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 #E8EB0A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.08 |
| HSL | 60.8º | 0.92% | 0.48% | - |
| HSV(B) | 60.8º | 0.96% | 0.92% | - |
| XYZ | 63.04 | 76.59 | 11.75 | - |
| YUV | 208.45 | 16.01 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 10 | 0.01 | 0 | 0.96 | 0.08 | 60.8 | 0.92 | 0.48 |
| Hex | E8 | EB | A | 1 | 0 | 60 | 8 | 3D | 5C | 30 |
| Octal | 350 | 353 | 12 | 1 | 0 | 140 | 10 | 75 | 134 | 60 |
| Binary | 11101000 | 11101011 | 1010 | 1 | 0 | 1100000 | 1000 | 111101 | 1011100 | 110000 |
Color Harmonies of #E8EB0A
Complementary color
Monochromatic Colors of #E8EB0A
Black with #E8EB0A
Text Example
Text Example
White with #E8EB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EB0A; }
p { color: rgb(232,235,10); }
H1.HeaderClassName
{
color: #E8EB0A;
}
.AnyTagClassName
{
color: #E8EB0A;
}
</style>
background-color css
<style>
a { background-color: #E8EB0A; }
a { background-color: rgb(232,235,10); }
div.DivClassName
{
background-color: #E8EB0A;
}
.BgClassName
{
background-color: #E8EB0A;
}
</style>
border-color css
<style>
span { border-color: #E8EB0A; }
span { border-color: rgb(232,235,10); }
td.TdClassName
{
border-color: #E8EB0A;
}
.TagClassName
{
border-color: #E8EB0A;
}
</style>