Shades of Lemon #E1E006
Tints of Lemon #E1E006
RGB
CMYK
RGB Variations
Color information
#E1E006 (or 0xE1E006) is known color: Lemon. HEX triplet: E1, E0 and 06. RGB value is (225,224,6). Sum of RGB (Red+Green+Blue) = 225+224+6=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E006 is #1E1FF9. Grayscale: #C8C8C8. Windows color (decimal): -1974266 or 450785. OLE color: 450785.
HSL color Cylindrical-coordinate representation of color #E1E006: hue angle of 59.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1E006 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 6 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.12 |
| HSL | 59.73º | 0.95% | 0.45% | - |
| HSV(B) | 59.73º | 0.97% | 0.88% | - |
| XYZ | 57.74 | 69.33 | 10.51 | - |
| YUV | 199.45 | 18.83 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 6 | 0 | 0.00 | 0.97 | 0.12 | 59.73 | 0.95 | 0.45 |
| Hex | E1 | E0 | 6 | 0 | 0 | 61 | C | 3C | 5F | 2D |
| Octal | 341 | 340 | 6 | 0 | 0 | 141 | 14 | 74 | 137 | 55 |
| Binary | 11100001 | 11100000 | 110 | 0 | 0 | 1100001 | 1100 | 111100 | 1011111 | 101101 |
Color Harmonies of #E1E006
Complementary color
Monochromatic Colors of #E1E006
Black with #E1E006
Text Example
Text Example
White with #E1E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E006; }
p { color: rgb(225,224,6); }
H1.HeaderClassName
{
color: #E1E006;
}
.AnyTagClassName
{
color: #E1E006;
}
</style>
background-color css
<style>
a { background-color: #E1E006; }
a { background-color: rgb(225,224,6); }
div.DivClassName
{
background-color: #E1E006;
}
.BgClassName
{
background-color: #E1E006;
}
</style>
border-color css
<style>
span { border-color: #E1E006; }
span { border-color: rgb(225,224,6); }
td.TdClassName
{
border-color: #E1E006;
}
.TagClassName
{
border-color: #E1E006;
}
</style>