Shades of Lemon #E5E20F
Tints of Lemon #E5E20F
RGB
CMYK
RGB Variations
Color information
#E5E20F (or 0xE5E20F) is known color: Lemon. HEX triplet: E5, E2 and 0F. RGB value is (229,226,15). Sum of RGB (Red+Green+Blue) = 229+226+15=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E20F is #1A1DF0. Grayscale: #CBCBCB. Windows color (decimal): -1711601 or 1041125. OLE color: 1041125.
HSL color Cylindrical-coordinate representation of color #E5E20F: hue angle of 59.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5E20F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.10 |
| HSL | 59.16º | 0.88% | 0.48% | - |
| HSV(B) | 59.16º | 0.93% | 0.9% | - |
| XYZ | 59.6 | 71.09 | 11.03 | - |
| YUV | 202.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 15 | 0 | 0.01 | 0.93 | 0.10 | 59.16 | 0.88 | 0.48 |
| Hex | E5 | E2 | F | 0 | 1 | 5D | A | 3B | 58 | 30 |
| Octal | 345 | 342 | 17 | 0 | 1 | 135 | 12 | 73 | 130 | 60 |
| Binary | 11100101 | 11100010 | 1111 | 0 | 1 | 1011101 | 1010 | 111011 | 1011000 | 110000 |
Color Harmonies of #E5E20F
Complementary color
Monochromatic Colors of #E5E20F
Black with #E5E20F
Text Example
Text Example
White with #E5E20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E20F; }
p { color: rgb(229,226,15); }
H1.HeaderClassName
{
color: #E5E20F;
}
.AnyTagClassName
{
color: #E5E20F;
}
</style>
background-color css
<style>
a { background-color: #E5E20F; }
a { background-color: rgb(229,226,15); }
div.DivClassName
{
background-color: #E5E20F;
}
.BgClassName
{
background-color: #E5E20F;
}
</style>
border-color css
<style>
span { border-color: #E5E20F; }
span { border-color: rgb(229,226,15); }
td.TdClassName
{
border-color: #E5E20F;
}
.TagClassName
{
border-color: #E5E20F;
}
</style>