Shades of Lemon #E5E213
Tints of Lemon #E5E213
RGB
CMYK
RGB Variations
Color information
#E5E213 (or 0xE5E213) is known color: Lemon. HEX triplet: E5, E2 and 13. RGB value is (229,226,19). Sum of RGB (Red+Green+Blue) = 229+226+19=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E213 is #1A1DEC. Grayscale: #CCCCCC. Windows color (decimal): -1711597 or 1303269. OLE color: 1303269.
HSL color Cylindrical-coordinate representation of color #E5E213: hue angle of 59.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5E213 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 19 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.10 |
| HSL | 59.14º | 0.85% | 0.49% | - |
| HSV(B) | 59.14º | 0.92% | 0.9% | - |
| XYZ | 59.63 | 71.1 | 11.2 | - |
| YUV | 203.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 19 | 0 | 0.01 | 0.92 | 0.10 | 59.14 | 0.85 | 0.49 |
| Hex | E5 | E2 | 13 | 0 | 1 | 5C | A | 3B | 55 | 31 |
| Octal | 345 | 342 | 23 | 0 | 1 | 134 | 12 | 73 | 125 | 61 |
| Binary | 11100101 | 11100010 | 10011 | 0 | 1 | 1011100 | 1010 | 111011 | 1010101 | 110001 |
Color Harmonies of #E5E213
Complementary color
Monochromatic Colors of #E5E213
Black with #E5E213
Text Example
Text Example
White with #E5E213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E213; }
p { color: rgb(229,226,19); }
H1.HeaderClassName
{
color: #E5E213;
}
.AnyTagClassName
{
color: #E5E213;
}
</style>
background-color css
<style>
a { background-color: #E5E213; }
a { background-color: rgb(229,226,19); }
div.DivClassName
{
background-color: #E5E213;
}
.BgClassName
{
background-color: #E5E213;
}
</style>
border-color css
<style>
span { border-color: #E5E213; }
span { border-color: rgb(229,226,19); }
td.TdClassName
{
border-color: #E5E213;
}
.TagClassName
{
border-color: #E5E213;
}
</style>