Shades of Lemon #E2E108
Tints of Lemon #E2E108
RGB
CMYK
RGB Variations
Color information
#E2E108 (or 0xE2E108) is known color: Lemon. HEX triplet: E2, E1 and 08. RGB value is (226,225,8). Sum of RGB (Red+Green+Blue) = 226+225+8=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E108 is #1D1EF7. Grayscale: #C9C9C9. Windows color (decimal): -1908472 or 582114. OLE color: 582114.
HSL color Cylindrical-coordinate representation of color #E2E108: hue angle of 59.72º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2E108 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 8 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.11 |
| HSL | 59.72º | 0.93% | 0.46% | - |
| HSV(B) | 59.72º | 0.96% | 0.89% | - |
| XYZ | 58.33 | 70.04 | 10.67 | - |
| YUV | 200.56 | 19.33 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 8 | 0 | 0.00 | 0.96 | 0.11 | 59.72 | 0.93 | 0.46 |
| Hex | E2 | E1 | 8 | 0 | 0 | 60 | B | 3C | 5D | 2E |
| Octal | 342 | 341 | 10 | 0 | 0 | 140 | 13 | 74 | 135 | 56 |
| Binary | 11100010 | 11100001 | 1000 | 0 | 0 | 1100000 | 1011 | 111100 | 1011101 | 101110 |
Color Harmonies of #E2E108
Complementary color
Monochromatic Colors of #E2E108
Black with #E2E108
Text Example
Text Example
White with #E2E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E108; }
p { color: rgb(226,225,8); }
H1.HeaderClassName
{
color: #E2E108;
}
.AnyTagClassName
{
color: #E2E108;
}
</style>
background-color css
<style>
a { background-color: #E2E108; }
a { background-color: rgb(226,225,8); }
div.DivClassName
{
background-color: #E2E108;
}
.BgClassName
{
background-color: #E2E108;
}
</style>
border-color css
<style>
span { border-color: #E2E108; }
span { border-color: rgb(226,225,8); }
td.TdClassName
{
border-color: #E2E108;
}
.TagClassName
{
border-color: #E2E108;
}
</style>