Shades of Lemon #E8E508
Tints of Lemon #E8E508
RGB
CMYK
RGB Variations
Color information
#E8E508 (or 0xE8E508) is known color: Lemon. HEX triplet: E8, E5 and 08. RGB value is (232,229,8). Sum of RGB (Red+Green+Blue) = 232+229+8=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E508 is #171AF7. Grayscale: #CDCDCD. Windows color (decimal): -1514232 or 583144. OLE color: 583144.
HSL color Cylindrical-coordinate representation of color #E8E508: hue angle of 59.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8E508 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 8 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.09 |
| HSL | 59.2º | 0.93% | 0.47% | - |
| HSV(B) | 59.2º | 0.97% | 0.91% | - |
| XYZ | 61.34 | 73.21 | 11.13 | - |
| YUV | 204.7 | 16.99 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 8 | 0 | 0.01 | 0.97 | 0.09 | 59.2 | 0.93 | 0.47 |
| Hex | E8 | E5 | 8 | 0 | 1 | 61 | 9 | 3B | 5D | 2F |
| Octal | 350 | 345 | 10 | 0 | 1 | 141 | 11 | 73 | 135 | 57 |
| Binary | 11101000 | 11100101 | 1000 | 0 | 1 | 1100001 | 1001 | 111011 | 1011101 | 101111 |
Color Harmonies of #E8E508
Complementary color
Monochromatic Colors of #E8E508
Black with #E8E508
Text Example
Text Example
White with #E8E508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E508; }
p { color: rgb(232,229,8); }
H1.HeaderClassName
{
color: #E8E508;
}
.AnyTagClassName
{
color: #E8E508;
}
</style>
background-color css
<style>
a { background-color: #E8E508; }
a { background-color: rgb(232,229,8); }
div.DivClassName
{
background-color: #E8E508;
}
.BgClassName
{
background-color: #E8E508;
}
</style>
border-color css
<style>
span { border-color: #E8E508; }
span { border-color: rgb(232,229,8); }
td.TdClassName
{
border-color: #E8E508;
}
.TagClassName
{
border-color: #E8E508;
}
</style>