Shades of Lemon #E0E108
Tints of Lemon #E0E108
RGB
CMYK
RGB Variations
Color information
#E0E108 (or 0xE0E108) is known color: Lemon. HEX triplet: E0, E1 and 08. RGB value is (224,225,8). Sum of RGB (Red+Green+Blue) = 224+225+8=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E108 is #1F1EF7. Grayscale: #C8C8C8. Windows color (decimal): -2039544 or 582112. OLE color: 582112.
HSL color Cylindrical-coordinate representation of color #E0E108: hue angle of 60.28º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0E108 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 8 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.12 |
| HSL | 60.28º | 0.93% | 0.46% | - |
| HSV(B) | 60.28º | 0.96% | 0.88% | - |
| XYZ | 57.71 | 69.72 | 10.64 | - |
| YUV | 199.96 | 19.67 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 8 | 0.00 | 0 | 0.96 | 0.12 | 60.28 | 0.93 | 0.46 |
| Hex | E0 | E1 | 8 | 0 | 0 | 60 | C | 3C | 5D | 2E |
| Octal | 340 | 341 | 10 | 0 | 0 | 140 | 14 | 74 | 135 | 56 |
| Binary | 11100000 | 11100001 | 1000 | 0 | 0 | 1100000 | 1100 | 111100 | 1011101 | 101110 |
Color Harmonies of #E0E108
Complementary color
Monochromatic Colors of #E0E108
Black with #E0E108
Text Example
Text Example
White with #E0E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E108; }
p { color: rgb(224,225,8); }
H1.HeaderClassName
{
color: #E0E108;
}
.AnyTagClassName
{
color: #E0E108;
}
</style>
background-color css
<style>
a { background-color: #E0E108; }
a { background-color: rgb(224,225,8); }
div.DivClassName
{
background-color: #E0E108;
}
.BgClassName
{
background-color: #E0E108;
}
</style>
border-color css
<style>
span { border-color: #E0E108; }
span { border-color: rgb(224,225,8); }
td.TdClassName
{
border-color: #E0E108;
}
.TagClassName
{
border-color: #E0E108;
}
</style>