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