Shades of Lemon #E2E012
Tints of Lemon #E2E012
RGB
CMYK
RGB Variations
Color information
#E2E012 (or 0xE2E012) is known color: Lemon. HEX triplet: E2, E0 and 12. RGB value is (226,224,18). Sum of RGB (Red+Green+Blue) = 226+224+18=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E012 is #1D1FED. Grayscale: #C9C9C9. Windows color (decimal): -1908718 or 1237218. OLE color: 1237218.
HSL color Cylindrical-coordinate representation of color #E2E012: hue angle of 59.42º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2E012 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.11 |
| HSL | 59.42º | 0.85% | 0.48% | - |
| HSV(B) | 59.42º | 0.92% | 0.89% | - |
| XYZ | 58.13 | 69.52 | 10.93 | - |
| YUV | 201.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 18 | 0 | 0.01 | 0.92 | 0.11 | 59.42 | 0.85 | 0.48 |
| Hex | E2 | E0 | 12 | 0 | 1 | 5C | B | 3B | 55 | 30 |
| Octal | 342 | 340 | 22 | 0 | 1 | 134 | 13 | 73 | 125 | 60 |
| Binary | 11100010 | 11100000 | 10010 | 0 | 1 | 1011100 | 1011 | 111011 | 1010101 | 110000 |
Color Harmonies of #E2E012
Complementary color
Monochromatic Colors of #E2E012
Black with #E2E012
Text Example
Text Example
White with #E2E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E012; }
p { color: rgb(226,224,18); }
H1.HeaderClassName
{
color: #E2E012;
}
.AnyTagClassName
{
color: #E2E012;
}
</style>
background-color css
<style>
a { background-color: #E2E012; }
a { background-color: rgb(226,224,18); }
div.DivClassName
{
background-color: #E2E012;
}
.BgClassName
{
background-color: #E2E012;
}
</style>
border-color css
<style>
span { border-color: #E2E012; }
span { border-color: rgb(226,224,18); }
td.TdClassName
{
border-color: #E2E012;
}
.TagClassName
{
border-color: #E2E012;
}
</style>