Shades of Lemon #E8EB0F
Tints of Lemon #E8EB0F
RGB
CMYK
RGB Variations
Color information
#E8EB0F (or 0xE8EB0F) is known color: Lemon. HEX triplet: E8, EB and 0F. RGB value is (232,235,15). Sum of RGB (Red+Green+Blue) = 232+235+15=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EB0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EB0F is #1714F0. Grayscale: #D1D1D1. Windows color (decimal): -1512689 or 1043432. OLE color: 1043432.
HSL color Cylindrical-coordinate representation of color #E8EB0F: hue angle of 60.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8EB0F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.08 |
| HSL | 60.82º | 0.88% | 0.49% | - |
| HSV(B) | 60.82º | 0.94% | 0.92% | - |
| XYZ | 63.07 | 76.61 | 11.91 | - |
| YUV | 209.02 | 18.51 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 15 | 0.01 | 0 | 0.94 | 0.08 | 60.82 | 0.88 | 0.49 |
| Hex | E8 | EB | F | 1 | 0 | 5E | 8 | 3D | 58 | 31 |
| Octal | 350 | 353 | 17 | 1 | 0 | 136 | 10 | 75 | 130 | 61 |
| Binary | 11101000 | 11101011 | 1111 | 1 | 0 | 1011110 | 1000 | 111101 | 1011000 | 110001 |
Color Harmonies of #E8EB0F
Complementary color
Monochromatic Colors of #E8EB0F
Black with #E8EB0F
Text Example
Text Example
White with #E8EB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EB0F; }
p { color: rgb(232,235,15); }
H1.HeaderClassName
{
color: #E8EB0F;
}
.AnyTagClassName
{
color: #E8EB0F;
}
</style>
background-color css
<style>
a { background-color: #E8EB0F; }
a { background-color: rgb(232,235,15); }
div.DivClassName
{
background-color: #E8EB0F;
}
.BgClassName
{
background-color: #E8EB0F;
}
</style>
border-color css
<style>
span { border-color: #E8EB0F; }
span { border-color: rgb(232,235,15); }
td.TdClassName
{
border-color: #E8EB0F;
}
.TagClassName
{
border-color: #E8EB0F;
}
</style>