Shades of Lemon #E8EA14
Tints of Lemon #E8EA14
RGB
CMYK
RGB Variations
Color information
#E8EA14 (or 0xE8EA14) is known color: Lemon. HEX triplet: E8, EA and 14. RGB value is (232,234,20). Sum of RGB (Red+Green+Blue) = 232+234+20=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EA14 is #1715EB. Grayscale: #D1D1D1. Windows color (decimal): -1512940 or 1370856. OLE color: 1370856.
HSL color Cylindrical-coordinate representation of color #E8EA14: hue angle of 60.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8EA14 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 20 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.08 |
| HSL | 60.56º | 0.84% | 0.5% | - |
| HSV(B) | 60.56º | 0.91% | 0.92% | - |
| XYZ | 62.83 | 76.05 | 12.03 | - |
| YUV | 209.01 | 21.34 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 20 | 0.01 | 0 | 0.91 | 0.08 | 60.56 | 0.84 | 0.5 |
| Hex | E8 | EA | 14 | 1 | 0 | 5B | 8 | 3D | 54 | 32 |
| Octal | 350 | 352 | 24 | 1 | 0 | 133 | 10 | 75 | 124 | 62 |
| Binary | 11101000 | 11101010 | 10100 | 1 | 0 | 1011011 | 1000 | 111101 | 1010100 | 110010 |
Color Harmonies of #E8EA14
Complementary color
Monochromatic Colors of #E8EA14
Black with #E8EA14
Text Example
Text Example
White with #E8EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EA14; }
p { color: rgb(232,234,20); }
H1.HeaderClassName
{
color: #E8EA14;
}
.AnyTagClassName
{
color: #E8EA14;
}
</style>
background-color css
<style>
a { background-color: #E8EA14; }
a { background-color: rgb(232,234,20); }
div.DivClassName
{
background-color: #E8EA14;
}
.BgClassName
{
background-color: #E8EA14;
}
</style>
border-color css
<style>
span { border-color: #E8EA14; }
span { border-color: rgb(232,234,20); }
td.TdClassName
{
border-color: #E8EA14;
}
.TagClassName
{
border-color: #E8EA14;
}
</style>