Shades of Lemon #E2E008
Tints of Lemon #E2E008
RGB
CMYK
RGB Variations
Color information
#E2E008 (or 0xE2E008) is known color: Lemon. HEX triplet: E2, E0 and 08. RGB value is (226,224,8). Sum of RGB (Red+Green+Blue) = 226+224+8=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E008 is #1D1FF7. Grayscale: #C8C8C8. Windows color (decimal): -1908728 or 581858. OLE color: 581858.
HSL color Cylindrical-coordinate representation of color #E2E008: hue angle of 59.45º 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 #E2E008 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.11 |
| HSL | 59.45º | 0.93% | 0.46% | - |
| HSV(B) | 59.45º | 0.96% | 0.89% | - |
| XYZ | 58.06 | 69.5 | 10.58 | - |
| YUV | 199.97 | 19.66 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 8 | 0 | 0.01 | 0.96 | 0.11 | 59.45 | 0.93 | 0.46 |
| Hex | E2 | E0 | 8 | 0 | 1 | 60 | B | 3B | 5D | 2E |
| Octal | 342 | 340 | 10 | 0 | 1 | 140 | 13 | 73 | 135 | 56 |
| Binary | 11100010 | 11100000 | 1000 | 0 | 1 | 1100000 | 1011 | 111011 | 1011101 | 101110 |
Color Harmonies of #E2E008
Complementary color
Monochromatic Colors of #E2E008
Black with #E2E008
Text Example
Text Example
White with #E2E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E008; }
p { color: rgb(226,224,8); }
H1.HeaderClassName
{
color: #E2E008;
}
.AnyTagClassName
{
color: #E2E008;
}
</style>
background-color css
<style>
a { background-color: #E2E008; }
a { background-color: rgb(226,224,8); }
div.DivClassName
{
background-color: #E2E008;
}
.BgClassName
{
background-color: #E2E008;
}
</style>
border-color css
<style>
span { border-color: #E2E008; }
span { border-color: rgb(226,224,8); }
td.TdClassName
{
border-color: #E2E008;
}
.TagClassName
{
border-color: #E2E008;
}
</style>