Shades of Lemon #E2E10C
Tints of Lemon #E2E10C
RGB
CMYK
RGB Variations
Color information
#E2E10C (or 0xE2E10C) is known color: Lemon. HEX triplet: E2, E1 and 0C. RGB value is (226,225,12). Sum of RGB (Red+Green+Blue) = 226+225+12=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E10C is #1D1EF3. Grayscale: #C9C9C9. Windows color (decimal): -1908468 or 844258. OLE color: 844258.
HSL color Cylindrical-coordinate representation of color #E2E10C: hue angle of 59.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2E10C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 12 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.11 |
| HSL | 59.72º | 0.9% | 0.47% | - |
| HSV(B) | 59.72º | 0.95% | 0.89% | - |
| XYZ | 58.36 | 70.05 | 10.79 | - |
| YUV | 201.02 | 21.33 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 12 | 0 | 0.00 | 0.95 | 0.11 | 59.72 | 0.9 | 0.47 |
| Hex | E2 | E1 | C | 0 | 0 | 5F | B | 3C | 5A | 2F |
| Octal | 342 | 341 | 14 | 0 | 0 | 137 | 13 | 74 | 132 | 57 |
| Binary | 11100010 | 11100001 | 1100 | 0 | 0 | 1011111 | 1011 | 111100 | 1011010 | 101111 |
Color Harmonies of #E2E10C
Complementary color
Monochromatic Colors of #E2E10C
Black with #E2E10C
Text Example
Text Example
White with #E2E10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E10C; }
p { color: rgb(226,225,12); }
H1.HeaderClassName
{
color: #E2E10C;
}
.AnyTagClassName
{
color: #E2E10C;
}
</style>
background-color css
<style>
a { background-color: #E2E10C; }
a { background-color: rgb(226,225,12); }
div.DivClassName
{
background-color: #E2E10C;
}
.BgClassName
{
background-color: #E2E10C;
}
</style>
border-color css
<style>
span { border-color: #E2E10C; }
span { border-color: rgb(226,225,12); }
td.TdClassName
{
border-color: #E2E10C;
}
.TagClassName
{
border-color: #E2E10C;
}
</style>