Shades of Lemon #E9E012
Tints of Lemon #E9E012
RGB
CMYK
RGB Variations
Color information
#E9E012 (or 0xE9E012) is known color: Lemon. HEX triplet: E9, E0 and 12. RGB value is (233,224,18). Sum of RGB (Red+Green+Blue) = 233+224+18=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9E012 is #161FED. Grayscale: #CCCCCC. Windows color (decimal): -1449966 or 1237225. OLE color: 1237225.
HSL color Cylindrical-coordinate representation of color #E9E012: hue angle of 57.49º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9E012 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.09 |
| HSL | 57.49º | 0.86% | 0.49% | - |
| HSV(B) | 57.49º | 0.92% | 0.91% | - |
| XYZ | 60.37 | 70.68 | 11.03 | - |
| YUV | 203.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 18 | 0 | 0.04 | 0.92 | 0.09 | 57.49 | 0.86 | 0.49 |
| Hex | E9 | E0 | 12 | 0 | 4 | 5C | 9 | 39 | 56 | 31 |
| Octal | 351 | 340 | 22 | 0 | 4 | 134 | 11 | 71 | 126 | 61 |
| Binary | 11101001 | 11100000 | 10010 | 0 | 100 | 1011100 | 1001 | 111001 | 1010110 | 110001 |
Color Harmonies of #E9E012
Complementary color
Monochromatic Colors of #E9E012
Black with #E9E012
Text Example
Text Example
White with #E9E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E012; }
p { color: rgb(233,224,18); }
H1.HeaderClassName
{
color: #E9E012;
}
.AnyTagClassName
{
color: #E9E012;
}
</style>
background-color css
<style>
a { background-color: #E9E012; }
a { background-color: rgb(233,224,18); }
div.DivClassName
{
background-color: #E9E012;
}
.BgClassName
{
background-color: #E9E012;
}
</style>
border-color css
<style>
span { border-color: #E9E012; }
span { border-color: rgb(233,224,18); }
td.TdClassName
{
border-color: #E9E012;
}
.TagClassName
{
border-color: #E9E012;
}
</style>