Shades of Lemon #E4E20B
Tints of Lemon #E4E20B
RGB
CMYK
RGB Variations
Color information
#E4E20B (or 0xE4E20B) is known color: Lemon. HEX triplet: E4, E2 and 0B. RGB value is (228,226,11). Sum of RGB (Red+Green+Blue) = 228+226+11=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 11 (4.69% from 255 or 2.37% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4E20B is #1B1DF4. Grayscale: #CACACA. Windows color (decimal): -1777141 or 778980. OLE color: 778980.
HSL color Cylindrical-coordinate representation of color #E4E20B: hue angle of 59.45º degrees, saturation: 0.91, 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 #E4E20B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 226 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.11 |
| HSL | 59.45º | 0.91% | 0.47% | - |
| HSV(B) | 59.45º | 0.95% | 0.89% | - |
| XYZ | 59.25 | 70.91 | 10.88 | - |
| YUV | 202.09 | 20.16 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 11 | 0 | 0.01 | 0.95 | 0.11 | 59.45 | 0.91 | 0.47 |
| Hex | E4 | E2 | B | 0 | 1 | 5F | B | 3B | 5B | 2F |
| Octal | 344 | 342 | 13 | 0 | 1 | 137 | 13 | 73 | 133 | 57 |
| Binary | 11100100 | 11100010 | 1011 | 0 | 1 | 1011111 | 1011 | 111011 | 1011011 | 101111 |
Color Harmonies of #E4E20B
Complementary color
Monochromatic Colors of #E4E20B
Black with #E4E20B
Text Example
Text Example
White with #E4E20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E20B; }
p { color: rgb(228,226,11); }
H1.HeaderClassName
{
color: #E4E20B;
}
.AnyTagClassName
{
color: #E4E20B;
}
</style>
background-color css
<style>
a { background-color: #E4E20B; }
a { background-color: rgb(228,226,11); }
div.DivClassName
{
background-color: #E4E20B;
}
.BgClassName
{
background-color: #E4E20B;
}
</style>
border-color css
<style>
span { border-color: #E4E20B; }
span { border-color: rgb(228,226,11); }
td.TdClassName
{
border-color: #E4E20B;
}
.TagClassName
{
border-color: #E4E20B;
}
</style>