Shades of Lemon #E3E008
Tints of Lemon #E3E008
RGB
CMYK
RGB Variations
Color information
#E3E008 (or 0xE3E008) is known color: Lemon. HEX triplet: E3, E0 and 08. RGB value is (227,224,8). Sum of RGB (Red+Green+Blue) = 227+224+8=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E008 is #1C1FF7. Grayscale: #C9C9C9. Windows color (decimal): -1843192 or 581859. OLE color: 581859.
HSL color Cylindrical-coordinate representation of color #E3E008: hue angle of 59.18º 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 #E3E008 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.11 |
| HSL | 59.18º | 0.93% | 0.46% | - |
| HSV(B) | 59.18º | 0.96% | 0.89% | - |
| XYZ | 58.38 | 69.66 | 10.6 | - |
| YUV | 200.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 8 | 0 | 0.01 | 0.96 | 0.11 | 59.18 | 0.93 | 0.46 |
| Hex | E3 | E0 | 8 | 0 | 1 | 60 | B | 3B | 5D | 2E |
| Octal | 343 | 340 | 10 | 0 | 1 | 140 | 13 | 73 | 135 | 56 |
| Binary | 11100011 | 11100000 | 1000 | 0 | 1 | 1100000 | 1011 | 111011 | 1011101 | 101110 |
Color Harmonies of #E3E008
Complementary color
Monochromatic Colors of #E3E008
Black with #E3E008
Text Example
Text Example
White with #E3E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E008; }
p { color: rgb(227,224,8); }
H1.HeaderClassName
{
color: #E3E008;
}
.AnyTagClassName
{
color: #E3E008;
}
</style>
background-color css
<style>
a { background-color: #E3E008; }
a { background-color: rgb(227,224,8); }
div.DivClassName
{
background-color: #E3E008;
}
.BgClassName
{
background-color: #E3E008;
}
</style>
border-color css
<style>
span { border-color: #E3E008; }
span { border-color: rgb(227,224,8); }
td.TdClassName
{
border-color: #E3E008;
}
.TagClassName
{
border-color: #E3E008;
}
</style>