Shades of Lemon #E3E315
Tints of Lemon #E3E315
RGB
CMYK
RGB Variations
Color information
#E3E315 (or 0xE3E315) is known color: Lemon. HEX triplet: E3, E3 and 15. RGB value is (227,227,21). Sum of RGB (Red+Green+Blue) = 227+227+21=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 227 - color contains mainly: red, green. Hex color #E3E315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E315 is #1C1CEA. Grayscale: #CCCCCC. Windows color (decimal): -1842411 or 1434595. OLE color: 1434595.
HSL color Cylindrical-coordinate representation of color #E3E315: hue angle of 60º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3E315 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 227 | 21 | - |
| CMYK | 0 | 0 | 0.91 | 0.11 |
| HSL | 60º | 0.83% | 0.49% | - |
| HSV(B) | 60º | 0.91% | 0.89% | - |
| XYZ | 59.28 | 71.32 | 11.35 | - |
| YUV | 203.52 | 25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 227 | 21 | 0 | 0 | 0.91 | 0.11 | 60 | 0.83 | 0.49 |
| Hex | E3 | E3 | 15 | 0 | 0 | 5B | B | 3C | 53 | 31 |
| Octal | 343 | 343 | 25 | 0 | 0 | 133 | 13 | 74 | 123 | 61 |
| Binary | 11100011 | 11100011 | 10101 | 0 | 0 | 1011011 | 1011 | 111100 | 1010011 | 110001 |
Color Harmonies of #E3E315
Complementary color
Monochromatic Colors of #E3E315
Black with #E3E315
Text Example
Text Example
White with #E3E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E315; }
p { color: rgb(227,227,21); }
H1.HeaderClassName
{
color: #E3E315;
}
.AnyTagClassName
{
color: #E3E315;
}
</style>
background-color css
<style>
a { background-color: #E3E315; }
a { background-color: rgb(227,227,21); }
div.DivClassName
{
background-color: #E3E315;
}
.BgClassName
{
background-color: #E3E315;
}
</style>
border-color css
<style>
span { border-color: #E3E315; }
span { border-color: rgb(227,227,21); }
td.TdClassName
{
border-color: #E3E315;
}
.TagClassName
{
border-color: #E3E315;
}
</style>