Shades of Lemon #E3E012
Tints of Lemon #E3E012
RGB
CMYK
RGB Variations
Color information
#E3E012 (or 0xE3E012) is known color: Lemon. HEX triplet: E3, E0 and 12. RGB value is (227,224,18). Sum of RGB (Red+Green+Blue) = 227+224+18=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E012 is #1C1FED. Grayscale: #CACACA. Windows color (decimal): -1843182 or 1237219. OLE color: 1237219.
HSL color Cylindrical-coordinate representation of color #E3E012: hue angle of 59.14º 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 #E3E012 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 18 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.11 |
| HSL | 59.14º | 0.85% | 0.48% | - |
| HSV(B) | 59.14º | 0.92% | 0.89% | - |
| XYZ | 58.44 | 69.69 | 10.94 | - |
| YUV | 201.41 | 24.49 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 18 | 0 | 0.01 | 0.92 | 0.11 | 59.14 | 0.85 | 0.48 |
| Hex | E3 | E0 | 12 | 0 | 1 | 5C | B | 3B | 55 | 30 |
| Octal | 343 | 340 | 22 | 0 | 1 | 134 | 13 | 73 | 125 | 60 |
| Binary | 11100011 | 11100000 | 10010 | 0 | 1 | 1011100 | 1011 | 111011 | 1010101 | 110000 |
Color Harmonies of #E3E012
Complementary color
Monochromatic Colors of #E3E012
Black with #E3E012
Text Example
Text Example
White with #E3E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E012; }
p { color: rgb(227,224,18); }
H1.HeaderClassName
{
color: #E3E012;
}
.AnyTagClassName
{
color: #E3E012;
}
</style>
background-color css
<style>
a { background-color: #E3E012; }
a { background-color: rgb(227,224,18); }
div.DivClassName
{
background-color: #E3E012;
}
.BgClassName
{
background-color: #E3E012;
}
</style>
border-color css
<style>
span { border-color: #E3E012; }
span { border-color: rgb(227,224,18); }
td.TdClassName
{
border-color: #E3E012;
}
.TagClassName
{
border-color: #E3E012;
}
</style>