Shades of Lemon #E8EA08
Tints of Lemon #E8EA08
RGB
CMYK
RGB Variations
Color information
#E8EA08 (or 0xE8EA08) is known color: Lemon. HEX triplet: E8, EA and 08. RGB value is (232,234,8). Sum of RGB (Red+Green+Blue) = 232+234+8=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EA08 is #1715F7. Grayscale: #D0D0D0. Windows color (decimal): -1512952 or 584424. OLE color: 584424.
HSL color Cylindrical-coordinate representation of color #E8EA08: hue angle of 60.53º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8EA08 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 8 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.08 |
| HSL | 60.53º | 0.93% | 0.47% | - |
| HSV(B) | 60.53º | 0.97% | 0.92% | - |
| XYZ | 62.75 | 76.02 | 11.6 | - |
| YUV | 207.64 | 15.34 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 8 | 0.01 | 0 | 0.97 | 0.08 | 60.53 | 0.93 | 0.47 |
| Hex | E8 | EA | 8 | 1 | 0 | 61 | 8 | 3D | 5D | 2F |
| Octal | 350 | 352 | 10 | 1 | 0 | 141 | 10 | 75 | 135 | 57 |
| Binary | 11101000 | 11101010 | 1000 | 1 | 0 | 1100001 | 1000 | 111101 | 1011101 | 101111 |
Color Harmonies of #E8EA08
Complementary color
Monochromatic Colors of #E8EA08
Black with #E8EA08
Text Example
Text Example
White with #E8EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EA08; }
p { color: rgb(232,234,8); }
H1.HeaderClassName
{
color: #E8EA08;
}
.AnyTagClassName
{
color: #E8EA08;
}
</style>
background-color css
<style>
a { background-color: #E8EA08; }
a { background-color: rgb(232,234,8); }
div.DivClassName
{
background-color: #E8EA08;
}
.BgClassName
{
background-color: #E8EA08;
}
</style>
border-color css
<style>
span { border-color: #E8EA08; }
span { border-color: rgb(232,234,8); }
td.TdClassName
{
border-color: #E8EA08;
}
.TagClassName
{
border-color: #E8EA08;
}
</style>