Shades of Lemon #E5E20B
Tints of Lemon #E5E20B
RGB
CMYK
RGB Variations
Color information
#E5E20B (or 0xE5E20B) is known color: Lemon. HEX triplet: E5, E2 and 0B. RGB value is (229,226,11). Sum of RGB (Red+Green+Blue) = 229+226+11=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E20B is #1A1DF4. Grayscale: #CBCBCB. Windows color (decimal): -1711605 or 778981. OLE color: 778981.
HSL color Cylindrical-coordinate representation of color #E5E20B: hue angle of 59.17º degrees, saturation: 0.91, 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 #E5E20B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.10 |
| HSL | 59.17º | 0.91% | 0.47% | - |
| HSV(B) | 59.17º | 0.95% | 0.9% | - |
| XYZ | 59.57 | 71.07 | 10.9 | - |
| YUV | 202.39 | 19.99 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 11 | 0 | 0.01 | 0.95 | 0.10 | 59.17 | 0.91 | 0.47 |
| Hex | E5 | E2 | B | 0 | 1 | 5F | A | 3B | 5B | 2F |
| Octal | 345 | 342 | 13 | 0 | 1 | 137 | 12 | 73 | 133 | 57 |
| Binary | 11100101 | 11100010 | 1011 | 0 | 1 | 1011111 | 1010 | 111011 | 1011011 | 101111 |
Color Harmonies of #E5E20B
Complementary color
Monochromatic Colors of #E5E20B
Black with #E5E20B
Text Example
Text Example
White with #E5E20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E20B; }
p { color: rgb(229,226,11); }
H1.HeaderClassName
{
color: #E5E20B;
}
.AnyTagClassName
{
color: #E5E20B;
}
</style>
background-color css
<style>
a { background-color: #E5E20B; }
a { background-color: rgb(229,226,11); }
div.DivClassName
{
background-color: #E5E20B;
}
.BgClassName
{
background-color: #E5E20B;
}
</style>
border-color css
<style>
span { border-color: #E5E20B; }
span { border-color: rgb(229,226,11); }
td.TdClassName
{
border-color: #E5E20B;
}
.TagClassName
{
border-color: #E5E20B;
}
</style>