Shades of Lemon #E2E10F
Tints of Lemon #E2E10F
RGB
CMYK
RGB Variations
Color information
#E2E10F (or 0xE2E10F) is known color: Lemon. HEX triplet: E2, E1 and 0F. RGB value is (226,225,15). Sum of RGB (Red+Green+Blue) = 226+225+15=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E10F is #1D1EF0. Grayscale: #CACACA. Windows color (decimal): -1908465 or 1040866. OLE color: 1040866.
HSL color Cylindrical-coordinate representation of color #E2E10F: hue angle of 59.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2E10F is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 15 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.11 |
| HSL | 59.72º | 0.88% | 0.47% | - |
| HSV(B) | 59.72º | 0.93% | 0.89% | - |
| XYZ | 58.38 | 70.05 | 10.9 | - |
| YUV | 201.36 | 22.83 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 15 | 0 | 0.00 | 0.93 | 0.11 | 59.72 | 0.88 | 0.47 |
| Hex | E2 | E1 | F | 0 | 0 | 5D | B | 3C | 58 | 2F |
| Octal | 342 | 341 | 17 | 0 | 0 | 135 | 13 | 74 | 130 | 57 |
| Binary | 11100010 | 11100001 | 1111 | 0 | 0 | 1011101 | 1011 | 111100 | 1011000 | 101111 |
Color Harmonies of #E2E10F
Complementary color
Monochromatic Colors of #E2E10F
Black with #E2E10F
Text Example
Text Example
White with #E2E10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E10F; }
p { color: rgb(226,225,15); }
H1.HeaderClassName
{
color: #E2E10F;
}
.AnyTagClassName
{
color: #E2E10F;
}
</style>
background-color css
<style>
a { background-color: #E2E10F; }
a { background-color: rgb(226,225,15); }
div.DivClassName
{
background-color: #E2E10F;
}
.BgClassName
{
background-color: #E2E10F;
}
</style>
border-color css
<style>
span { border-color: #E2E10F; }
span { border-color: rgb(226,225,15); }
td.TdClassName
{
border-color: #E2E10F;
}
.TagClassName
{
border-color: #E2E10F;
}
</style>