Shades of Lemon #E5E90A
Tints of Lemon #E5E90A
RGB
CMYK
RGB Variations
Color information
#E5E90A (or 0xE5E90A) is known color: Lemon. HEX triplet: E5, E9 and 0A. RGB value is (229,233,10). Sum of RGB (Red+Green+Blue) = 229+233+10=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5E90A is #1A16F5. Grayscale: #CFCFCF. Windows color (decimal): -1709814 or 715237. OLE color: 715237.
HSL color Cylindrical-coordinate representation of color #E5E90A: hue angle of 61.08º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5E90A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.09 |
| HSL | 61.08º | 0.92% | 0.48% | - |
| HSV(B) | 61.08º | 0.96% | 0.91% | - |
| XYZ | 61.51 | 74.96 | 11.51 | - |
| YUV | 206.38 | 17.17 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 10 | 0.02 | 0 | 0.96 | 0.09 | 61.08 | 0.92 | 0.48 |
| Hex | E5 | E9 | A | 2 | 0 | 60 | 9 | 3D | 5C | 30 |
| Octal | 345 | 351 | 12 | 2 | 0 | 140 | 11 | 75 | 134 | 60 |
| Binary | 11100101 | 11101001 | 1010 | 10 | 0 | 1100000 | 1001 | 111101 | 1011100 | 110000 |
Color Harmonies of #E5E90A
Complementary color
Monochromatic Colors of #E5E90A
Black with #E5E90A
Text Example
Text Example
White with #E5E90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E90A; }
p { color: rgb(229,233,10); }
H1.HeaderClassName
{
color: #E5E90A;
}
.AnyTagClassName
{
color: #E5E90A;
}
</style>
background-color css
<style>
a { background-color: #E5E90A; }
a { background-color: rgb(229,233,10); }
div.DivClassName
{
background-color: #E5E90A;
}
.BgClassName
{
background-color: #E5E90A;
}
</style>
border-color css
<style>
span { border-color: #E5E90A; }
span { border-color: rgb(229,233,10); }
td.TdClassName
{
border-color: #E5E90A;
}
.TagClassName
{
border-color: #E5E90A;
}
</style>