Shades of Lemon #E5E30A
Tints of Lemon #E5E30A
RGB
CMYK
RGB Variations
Color information
#E5E30A (or 0xE5E30A) is known color: Lemon. HEX triplet: E5, E3 and 0A. RGB value is (229,227,10). Sum of RGB (Red+Green+Blue) = 229+227+10=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E30A is #1A1CF5. Grayscale: #CBCBCB. Windows color (decimal): -1711350 or 713701. OLE color: 713701.
HSL color Cylindrical-coordinate representation of color #E5E30A: hue angle of 59.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5E30A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.10 |
| HSL | 59.45º | 0.92% | 0.47% | - |
| HSV(B) | 59.45º | 0.96% | 0.9% | - |
| XYZ | 59.84 | 71.62 | 10.96 | - |
| YUV | 202.86 | 19.16 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 10 | 0 | 0.01 | 0.96 | 0.10 | 59.45 | 0.92 | 0.47 |
| Hex | E5 | E3 | A | 0 | 1 | 60 | A | 3B | 5C | 2F |
| Octal | 345 | 343 | 12 | 0 | 1 | 140 | 12 | 73 | 134 | 57 |
| Binary | 11100101 | 11100011 | 1010 | 0 | 1 | 1100000 | 1010 | 111011 | 1011100 | 101111 |
Color Harmonies of #E5E30A
Complementary color
Monochromatic Colors of #E5E30A
Black with #E5E30A
Text Example
Text Example
White with #E5E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E30A; }
p { color: rgb(229,227,10); }
H1.HeaderClassName
{
color: #E5E30A;
}
.AnyTagClassName
{
color: #E5E30A;
}
</style>
background-color css
<style>
a { background-color: #E5E30A; }
a { background-color: rgb(229,227,10); }
div.DivClassName
{
background-color: #E5E30A;
}
.BgClassName
{
background-color: #E5E30A;
}
</style>
border-color css
<style>
span { border-color: #E5E30A; }
span { border-color: rgb(229,227,10); }
td.TdClassName
{
border-color: #E5E30A;
}
.TagClassName
{
border-color: #E5E30A;
}
</style>