Shades of Lemon #E2E50C
Tints of Lemon #E2E50C
RGB
CMYK
RGB Variations
Color information
#E2E50C (or 0xE2E50C) is known color: Lemon. HEX triplet: E2, E5 and 0C. RGB value is (226,229,12). Sum of RGB (Red+Green+Blue) = 226+229+12=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E50C is #1D1AF3. Grayscale: #CCCCCC. Windows color (decimal): -1907444 or 845282. OLE color: 845282.
HSL color Cylindrical-coordinate representation of color #E2E50C: hue angle of 60.83º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2E50C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.10 |
| HSL | 60.83º | 0.9% | 0.47% | - |
| HSV(B) | 60.83º | 0.95% | 0.9% | - |
| XYZ | 59.45 | 72.23 | 11.16 | - |
| YUV | 203.37 | 20.01 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 12 | 0.01 | 0 | 0.95 | 0.10 | 60.83 | 0.9 | 0.47 |
| Hex | E2 | E5 | C | 1 | 0 | 5F | A | 3D | 5A | 2F |
| Octal | 342 | 345 | 14 | 1 | 0 | 137 | 12 | 75 | 132 | 57 |
| Binary | 11100010 | 11100101 | 1100 | 1 | 0 | 1011111 | 1010 | 111101 | 1011010 | 101111 |
Color Harmonies of #E2E50C
Complementary color
Monochromatic Colors of #E2E50C
Black with #E2E50C
Text Example
Text Example
White with #E2E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E50C; }
p { color: rgb(226,229,12); }
H1.HeaderClassName
{
color: #E2E50C;
}
.AnyTagClassName
{
color: #E2E50C;
}
</style>
background-color css
<style>
a { background-color: #E2E50C; }
a { background-color: rgb(226,229,12); }
div.DivClassName
{
background-color: #E2E50C;
}
.BgClassName
{
background-color: #E2E50C;
}
</style>
border-color css
<style>
span { border-color: #E2E50C; }
span { border-color: rgb(226,229,12); }
td.TdClassName
{
border-color: #E2E50C;
}
.TagClassName
{
border-color: #E2E50C;
}
</style>