Shades of Lemon #E4E105
Tints of Lemon #E4E105
RGB
CMYK
RGB Variations
Color information
#E4E105 (or 0xE4E105) is known color: Lemon. HEX triplet: E4, E1 and 05. RGB value is (228,225,5). Sum of RGB (Red+Green+Blue) = 228+225+5=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4E105 is #1B1EFA. Grayscale: #C9C9C9. Windows color (decimal): -1777403 or 385508. OLE color: 385508.
HSL color Cylindrical-coordinate representation of color #E4E105: hue angle of 59.19º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4E105 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 225 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.11 |
| HSL | 59.19º | 0.96% | 0.46% | - |
| HSV(B) | 59.19º | 0.98% | 0.89% | - |
| XYZ | 58.95 | 70.36 | 10.62 | - |
| YUV | 200.82 | 17.49 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 5 | 0 | 0.01 | 0.98 | 0.11 | 59.19 | 0.96 | 0.46 |
| Hex | E4 | E1 | 5 | 0 | 1 | 62 | B | 3B | 60 | 2E |
| Octal | 344 | 341 | 5 | 0 | 1 | 142 | 13 | 73 | 140 | 56 |
| Binary | 11100100 | 11100001 | 101 | 0 | 1 | 1100010 | 1011 | 111011 | 1100000 | 101110 |
Color Harmonies of #E4E105
Complementary color
Monochromatic Colors of #E4E105
Black with #E4E105
Text Example
Text Example
White with #E4E105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E105; }
p { color: rgb(228,225,5); }
H1.HeaderClassName
{
color: #E4E105;
}
.AnyTagClassName
{
color: #E4E105;
}
</style>
background-color css
<style>
a { background-color: #E4E105; }
a { background-color: rgb(228,225,5); }
div.DivClassName
{
background-color: #E4E105;
}
.BgClassName
{
background-color: #E4E105;
}
</style>
border-color css
<style>
span { border-color: #E4E105; }
span { border-color: rgb(228,225,5); }
td.TdClassName
{
border-color: #E4E105;
}
.TagClassName
{
border-color: #E4E105;
}
</style>