Shades of Lemon #E5E008
Tints of Lemon #E5E008
RGB
CMYK
RGB Variations
Color information
#E5E008 (or 0xE5E008) is known color: Lemon. HEX triplet: E5, E0 and 08. RGB value is (229,224,8). Sum of RGB (Red+Green+Blue) = 229+224+8=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E008 is #1A1FF7. Grayscale: #C9C9C9. Windows color (decimal): -1712120 or 581861. OLE color: 581861.
HSL color Cylindrical-coordinate representation of color #E5E008: hue angle of 58.64º 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 #E5E008 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.10 |
| HSL | 58.64º | 0.93% | 0.46% | - |
| HSV(B) | 58.64º | 0.97% | 0.9% | - |
| XYZ | 59.01 | 69.99 | 10.63 | - |
| YUV | 200.87 | 19.16 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 8 | 0 | 0.02 | 0.97 | 0.10 | 58.64 | 0.93 | 0.46 |
| Hex | E5 | E0 | 8 | 0 | 2 | 61 | A | 3B | 5D | 2E |
| Octal | 345 | 340 | 10 | 0 | 2 | 141 | 12 | 73 | 135 | 56 |
| Binary | 11100101 | 11100000 | 1000 | 0 | 10 | 1100001 | 1010 | 111011 | 1011101 | 101110 |
Color Harmonies of #E5E008
Complementary color
Monochromatic Colors of #E5E008
Black with #E5E008
Text Example
Text Example
White with #E5E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E008; }
p { color: rgb(229,224,8); }
H1.HeaderClassName
{
color: #E5E008;
}
.AnyTagClassName
{
color: #E5E008;
}
</style>
background-color css
<style>
a { background-color: #E5E008; }
a { background-color: rgb(229,224,8); }
div.DivClassName
{
background-color: #E5E008;
}
.BgClassName
{
background-color: #E5E008;
}
</style>
border-color css
<style>
span { border-color: #E5E008; }
span { border-color: rgb(229,224,8); }
td.TdClassName
{
border-color: #E5E008;
}
.TagClassName
{
border-color: #E5E008;
}
</style>