Shades of Lemon #E2E40C
Tints of Lemon #E2E40C
RGB
CMYK
RGB Variations
Color information
#E2E40C (or 0xE2E40C) is known color: Lemon. HEX triplet: E2, E4 and 0C. RGB value is (226,228,12). Sum of RGB (Red+Green+Blue) = 226+228+12=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E40C is #1D1BF3. Grayscale: #CBCBCB. Windows color (decimal): -1907700 or 845026. OLE color: 845026.
HSL color Cylindrical-coordinate representation of color #E2E40C: hue angle of 60.56º 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 #E2E40C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.11 |
| HSL | 60.56º | 0.9% | 0.47% | - |
| HSV(B) | 60.56º | 0.95% | 0.89% | - |
| XYZ | 59.17 | 71.68 | 11.07 | - |
| YUV | 202.78 | 20.34 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 12 | 0.01 | 0 | 0.95 | 0.11 | 60.56 | 0.9 | 0.47 |
| Hex | E2 | E4 | C | 1 | 0 | 5F | B | 3D | 5A | 2F |
| Octal | 342 | 344 | 14 | 1 | 0 | 137 | 13 | 75 | 132 | 57 |
| Binary | 11100010 | 11100100 | 1100 | 1 | 0 | 1011111 | 1011 | 111101 | 1011010 | 101111 |
Color Harmonies of #E2E40C
Complementary color
Monochromatic Colors of #E2E40C
Black with #E2E40C
Text Example
Text Example
White with #E2E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E40C; }
p { color: rgb(226,228,12); }
H1.HeaderClassName
{
color: #E2E40C;
}
.AnyTagClassName
{
color: #E2E40C;
}
</style>
background-color css
<style>
a { background-color: #E2E40C; }
a { background-color: rgb(226,228,12); }
div.DivClassName
{
background-color: #E2E40C;
}
.BgClassName
{
background-color: #E2E40C;
}
</style>
border-color css
<style>
span { border-color: #E2E40C; }
span { border-color: rgb(226,228,12); }
td.TdClassName
{
border-color: #E2E40C;
}
.TagClassName
{
border-color: #E2E40C;
}
</style>