Shades of Lemon #E9E312
Tints of Lemon #E9E312
RGB
CMYK
RGB Variations
Color information
#E9E312 (or 0xE9E312) is known color: Lemon. HEX triplet: E9, E3 and 12. RGB value is (233,227,18). Sum of RGB (Red+Green+Blue) = 233+227+18=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9E312 is #161CED. Grayscale: #CDCDCD. Windows color (decimal): -1449198 or 1237993. OLE color: 1237993.
HSL color Cylindrical-coordinate representation of color #E9E312: hue angle of 58.33º 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 #E9E312 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 227 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.09 |
| HSL | 58.33º | 0.86% | 0.49% | - |
| HSV(B) | 58.33º | 0.92% | 0.91% | - |
| XYZ | 61.18 | 72.31 | 11.3 | - |
| YUV | 204.97 | 22.49 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 227 | 18 | 0 | 0.03 | 0.92 | 0.09 | 58.33 | 0.86 | 0.49 |
| Hex | E9 | E3 | 12 | 0 | 3 | 5C | 9 | 3A | 56 | 31 |
| Octal | 351 | 343 | 22 | 0 | 3 | 134 | 11 | 72 | 126 | 61 |
| Binary | 11101001 | 11100011 | 10010 | 0 | 11 | 1011100 | 1001 | 111010 | 1010110 | 110001 |
Color Harmonies of #E9E312
Complementary color
Monochromatic Colors of #E9E312
Black with #E9E312
Text Example
Text Example
White with #E9E312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E312; }
p { color: rgb(233,227,18); }
H1.HeaderClassName
{
color: #E9E312;
}
.AnyTagClassName
{
color: #E9E312;
}
</style>
background-color css
<style>
a { background-color: #E9E312; }
a { background-color: rgb(233,227,18); }
div.DivClassName
{
background-color: #E9E312;
}
.BgClassName
{
background-color: #E9E312;
}
</style>
border-color css
<style>
span { border-color: #E9E312; }
span { border-color: rgb(233,227,18); }
td.TdClassName
{
border-color: #E9E312;
}
.TagClassName
{
border-color: #E9E312;
}
</style>