Shades of Lemon #E2E010
Tints of Lemon #E2E010
RGB
CMYK
RGB Variations
Color information
#E2E010 (or 0xE2E010) is known color: Lemon. HEX triplet: E2, E0 and 10. RGB value is (226,224,16). Sum of RGB (Red+Green+Blue) = 226+224+16=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E010 is #1D1FEF. Grayscale: #C9C9C9. Windows color (decimal): -1908720 or 1106146. OLE color: 1106146.
HSL color Cylindrical-coordinate representation of color #E2E010: hue angle of 59.43º degrees, saturation: 0.87, 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 #E2E010 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 16 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.11 |
| HSL | 59.43º | 0.87% | 0.47% | - |
| HSV(B) | 59.43º | 0.93% | 0.89% | - |
| XYZ | 58.11 | 69.52 | 10.85 | - |
| YUV | 200.89 | 23.66 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 16 | 0 | 0.01 | 0.93 | 0.11 | 59.43 | 0.87 | 0.47 |
| Hex | E2 | E0 | 10 | 0 | 1 | 5D | B | 3B | 57 | 2F |
| Octal | 342 | 340 | 20 | 0 | 1 | 135 | 13 | 73 | 127 | 57 |
| Binary | 11100010 | 11100000 | 10000 | 0 | 1 | 1011101 | 1011 | 111011 | 1010111 | 101111 |
Color Harmonies of #E2E010
Complementary color
Monochromatic Colors of #E2E010
Black with #E2E010
Text Example
Text Example
White with #E2E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E010; }
p { color: rgb(226,224,16); }
H1.HeaderClassName
{
color: #E2E010;
}
.AnyTagClassName
{
color: #E2E010;
}
</style>
background-color css
<style>
a { background-color: #E2E010; }
a { background-color: rgb(226,224,16); }
div.DivClassName
{
background-color: #E2E010;
}
.BgClassName
{
background-color: #E2E010;
}
</style>
border-color css
<style>
span { border-color: #E2E010; }
span { border-color: rgb(226,224,16); }
td.TdClassName
{
border-color: #E2E010;
}
.TagClassName
{
border-color: #E2E010;
}
</style>