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