Shades of Lemon #E1E00B
Tints of Lemon #E1E00B
RGB
CMYK
RGB Variations
Color information
#E1E00B (or 0xE1E00B) is known color: Lemon. HEX triplet: E1, E0 and 0B. RGB value is (225,224,11). Sum of RGB (Red+Green+Blue) = 225+224+11=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E00B is #1E1FF4. Grayscale: #C8C8C8. Windows color (decimal): -1974261 or 778465. OLE color: 778465.
HSL color Cylindrical-coordinate representation of color #E1E00B: hue angle of 59.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1E00B is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 11 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.12 |
| HSL | 59.72º | 0.91% | 0.46% | - |
| HSV(B) | 59.72º | 0.95% | 0.88% | - |
| XYZ | 57.77 | 69.34 | 10.66 | - |
| YUV | 200.02 | 21.33 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 11 | 0 | 0.00 | 0.95 | 0.12 | 59.72 | 0.91 | 0.46 |
| Hex | E1 | E0 | B | 0 | 0 | 5F | C | 3C | 5B | 2E |
| Octal | 341 | 340 | 13 | 0 | 0 | 137 | 14 | 74 | 133 | 56 |
| Binary | 11100001 | 11100000 | 1011 | 0 | 0 | 1011111 | 1100 | 111100 | 1011011 | 101110 |
Color Harmonies of #E1E00B
Complementary color
Monochromatic Colors of #E1E00B
Black with #E1E00B
Text Example
Text Example
White with #E1E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E00B; }
p { color: rgb(225,224,11); }
H1.HeaderClassName
{
color: #E1E00B;
}
.AnyTagClassName
{
color: #E1E00B;
}
</style>
background-color css
<style>
a { background-color: #E1E00B; }
a { background-color: rgb(225,224,11); }
div.DivClassName
{
background-color: #E1E00B;
}
.BgClassName
{
background-color: #E1E00B;
}
</style>
border-color css
<style>
span { border-color: #E1E00B; }
span { border-color: rgb(225,224,11); }
td.TdClassName
{
border-color: #E1E00B;
}
.TagClassName
{
border-color: #E1E00B;
}
</style>