Shades of Lemon #E3E512
Tints of Lemon #E3E512
RGB
CMYK
RGB Variations
Color information
#E3E512 (or 0xE3E512) is known color: Lemon. HEX triplet: E3, E5 and 12. RGB value is (227,229,18). Sum of RGB (Red+Green+Blue) = 227+229+18=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E512 is #1C1AED. Grayscale: #CDCDCD. Windows color (decimal): -1841902 or 1238499. OLE color: 1238499.
HSL color Cylindrical-coordinate representation of color #E3E512: hue angle of 60.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3E512 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.10 |
| HSL | 60.57º | 0.85% | 0.48% | - |
| HSV(B) | 60.57º | 0.92% | 0.9% | - |
| XYZ | 59.81 | 72.41 | 11.4 | - |
| YUV | 204.35 | 22.84 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 18 | 0.01 | 0 | 0.92 | 0.10 | 60.57 | 0.85 | 0.48 |
| Hex | E3 | E5 | 12 | 1 | 0 | 5C | A | 3D | 55 | 30 |
| Octal | 343 | 345 | 22 | 1 | 0 | 134 | 12 | 75 | 125 | 60 |
| Binary | 11100011 | 11100101 | 10010 | 1 | 0 | 1011100 | 1010 | 111101 | 1010101 | 110000 |
Color Harmonies of #E3E512
Complementary color
Monochromatic Colors of #E3E512
Black with #E3E512
Text Example
Text Example
White with #E3E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E512; }
p { color: rgb(227,229,18); }
H1.HeaderClassName
{
color: #E3E512;
}
.AnyTagClassName
{
color: #E3E512;
}
</style>
background-color css
<style>
a { background-color: #E3E512; }
a { background-color: rgb(227,229,18); }
div.DivClassName
{
background-color: #E3E512;
}
.BgClassName
{
background-color: #E3E512;
}
</style>
border-color css
<style>
span { border-color: #E3E512; }
span { border-color: rgb(227,229,18); }
td.TdClassName
{
border-color: #E3E512;
}
.TagClassName
{
border-color: #E3E512;
}
</style>