Shades of Lemon #E3E113
Tints of Lemon #E3E113
RGB
CMYK
RGB Variations
Color information
#E3E113 (or 0xE3E113) is known color: Lemon. HEX triplet: E3, E1 and 13. RGB value is (227,225,19). Sum of RGB (Red+Green+Blue) = 227+225+19=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E113 is #1C1EEC. Grayscale: #CACACA. Windows color (decimal): -1842925 or 1303011. OLE color: 1303011.
HSL color Cylindrical-coordinate representation of color #E3E113: hue angle of 59.42º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3E113 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 225 | 19 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.11 |
| HSL | 59.42º | 0.85% | 0.48% | - |
| HSV(B) | 59.42º | 0.92% | 0.89% | - |
| XYZ | 58.72 | 70.23 | 11.08 | - |
| YUV | 202.11 | 24.66 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 225 | 19 | 0 | 0.01 | 0.92 | 0.11 | 59.42 | 0.85 | 0.48 |
| Hex | E3 | E1 | 13 | 0 | 1 | 5C | B | 3B | 55 | 30 |
| Octal | 343 | 341 | 23 | 0 | 1 | 134 | 13 | 73 | 125 | 60 |
| Binary | 11100011 | 11100001 | 10011 | 0 | 1 | 1011100 | 1011 | 111011 | 1010101 | 110000 |
Color Harmonies of #E3E113
Complementary color
Monochromatic Colors of #E3E113
Black with #E3E113
Text Example
Text Example
White with #E3E113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E113; }
p { color: rgb(227,225,19); }
H1.HeaderClassName
{
color: #E3E113;
}
.AnyTagClassName
{
color: #E3E113;
}
</style>
background-color css
<style>
a { background-color: #E3E113; }
a { background-color: rgb(227,225,19); }
div.DivClassName
{
background-color: #E3E113;
}
.BgClassName
{
background-color: #E3E113;
}
</style>
border-color css
<style>
span { border-color: #E3E113; }
span { border-color: rgb(227,225,19); }
td.TdClassName
{
border-color: #E3E113;
}
.TagClassName
{
border-color: #E3E113;
}
</style>