Shades of Lemon #E2E512
Tints of Lemon #E2E512
RGB
CMYK
RGB Variations
Color information
#E2E512 (or 0xE2E512) is known color: Lemon. HEX triplet: E2, E5 and 12. RGB value is (226,229,18). Sum of RGB (Red+Green+Blue) = 226+229+18=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E512 is #1D1AED. Grayscale: #CCCCCC. Windows color (decimal): -1907438 or 1238498. OLE color: 1238498.
HSL color Cylindrical-coordinate representation of color #E2E512: hue angle of 60.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2E512 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.10 |
| HSL | 60.85º | 0.85% | 0.48% | - |
| HSV(B) | 60.85º | 0.92% | 0.9% | - |
| XYZ | 59.49 | 72.25 | 11.38 | - |
| YUV | 204.05 | 23.01 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 18 | 0.01 | 0 | 0.92 | 0.10 | 60.85 | 0.85 | 0.48 |
| Hex | E2 | E5 | 12 | 1 | 0 | 5C | A | 3D | 55 | 30 |
| Octal | 342 | 345 | 22 | 1 | 0 | 134 | 12 | 75 | 125 | 60 |
| Binary | 11100010 | 11100101 | 10010 | 1 | 0 | 1011100 | 1010 | 111101 | 1010101 | 110000 |
Color Harmonies of #E2E512
Complementary color
Monochromatic Colors of #E2E512
Black with #E2E512
Text Example
Text Example
White with #E2E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E512; }
p { color: rgb(226,229,18); }
H1.HeaderClassName
{
color: #E2E512;
}
.AnyTagClassName
{
color: #E2E512;
}
</style>
background-color css
<style>
a { background-color: #E2E512; }
a { background-color: rgb(226,229,18); }
div.DivClassName
{
background-color: #E2E512;
}
.BgClassName
{
background-color: #E2E512;
}
</style>
border-color css
<style>
span { border-color: #E2E512; }
span { border-color: rgb(226,229,18); }
td.TdClassName
{
border-color: #E2E512;
}
.TagClassName
{
border-color: #E2E512;
}
</style>