Shades of Lemon #E2E107
Tints of Lemon #E2E107
RGB
CMYK
RGB Variations
Color information
#E2E107 (or 0xE2E107) is known color: Lemon. HEX triplet: E2, E1 and 07. RGB value is (226,225,7). Sum of RGB (Red+Green+Blue) = 226+225+7=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E107 is #1D1EF8. Grayscale: #C9C9C9. Windows color (decimal): -1908473 or 516578. OLE color: 516578.
HSL color Cylindrical-coordinate representation of color #E2E107: hue angle of 59.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2E107 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 7 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.11 |
| HSL | 59.73º | 0.94% | 0.46% | - |
| HSV(B) | 59.73º | 0.97% | 0.89% | - |
| XYZ | 58.33 | 70.03 | 10.64 | - |
| YUV | 200.45 | 18.83 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 7 | 0 | 0.00 | 0.97 | 0.11 | 59.73 | 0.94 | 0.46 |
| Hex | E2 | E1 | 7 | 0 | 0 | 61 | B | 3C | 5E | 2E |
| Octal | 342 | 341 | 7 | 0 | 0 | 141 | 13 | 74 | 136 | 56 |
| Binary | 11100010 | 11100001 | 111 | 0 | 0 | 1100001 | 1011 | 111100 | 1011110 | 101110 |
Color Harmonies of #E2E107
Complementary color
Monochromatic Colors of #E2E107
Black with #E2E107
Text Example
Text Example
White with #E2E107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E107; }
p { color: rgb(226,225,7); }
H1.HeaderClassName
{
color: #E2E107;
}
.AnyTagClassName
{
color: #E2E107;
}
</style>
background-color css
<style>
a { background-color: #E2E107; }
a { background-color: rgb(226,225,7); }
div.DivClassName
{
background-color: #E2E107;
}
.BgClassName
{
background-color: #E2E107;
}
</style>
border-color css
<style>
span { border-color: #E2E107; }
span { border-color: rgb(226,225,7); }
td.TdClassName
{
border-color: #E2E107;
}
.TagClassName
{
border-color: #E2E107;
}
</style>