Shades of Lemon #E5E108
Tints of Lemon #E5E108
RGB
CMYK
RGB Variations
Color information
#E5E108 (or 0xE5E108) is known color: Lemon. HEX triplet: E5, E1 and 08. RGB value is (229,225,8). Sum of RGB (Red+Green+Blue) = 229+225+8=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E108 is #1A1EF7. Grayscale: #CACACA. Windows color (decimal): -1711864 or 582117. OLE color: 582117.
HSL color Cylindrical-coordinate representation of color #E5E108: hue angle of 58.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5E108 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.10 |
| HSL | 58.91º | 0.93% | 0.46% | - |
| HSV(B) | 58.91º | 0.97% | 0.9% | - |
| XYZ | 59.28 | 70.53 | 10.72 | - |
| YUV | 201.46 | 18.83 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 8 | 0 | 0.02 | 0.97 | 0.10 | 58.91 | 0.93 | 0.46 |
| Hex | E5 | E1 | 8 | 0 | 2 | 61 | A | 3B | 5D | 2E |
| Octal | 345 | 341 | 10 | 0 | 2 | 141 | 12 | 73 | 135 | 56 |
| Binary | 11100101 | 11100001 | 1000 | 0 | 10 | 1100001 | 1010 | 111011 | 1011101 | 101110 |
Color Harmonies of #E5E108
Complementary color
Monochromatic Colors of #E5E108
Black with #E5E108
Text Example
Text Example
White with #E5E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E108; }
p { color: rgb(229,225,8); }
H1.HeaderClassName
{
color: #E5E108;
}
.AnyTagClassName
{
color: #E5E108;
}
</style>
background-color css
<style>
a { background-color: #E5E108; }
a { background-color: rgb(229,225,8); }
div.DivClassName
{
background-color: #E5E108;
}
.BgClassName
{
background-color: #E5E108;
}
</style>
border-color css
<style>
span { border-color: #E5E108; }
span { border-color: rgb(229,225,8); }
td.TdClassName
{
border-color: #E5E108;
}
.TagClassName
{
border-color: #E5E108;
}
</style>