Shades of Lemon #E8E812
Tints of Lemon #E8E812
RGB
CMYK
RGB Variations
Color information
#E8E812 (or 0xE8E812) is known color: Lemon. HEX triplet: E8, E8 and 12. RGB value is (232,232,18). Sum of RGB (Red+Green+Blue) = 232+232+18=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 232 - color contains mainly: red, green. Hex color #E8E812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8E812 is #1717ED. Grayscale: #D0D0D0. Windows color (decimal): -1513454 or 1239272. OLE color: 1239272.
HSL color Cylindrical-coordinate representation of color #E8E812: hue angle of 60º 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 #E8E812 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 232 | 18 | - |
| CMYK | 0 | 0 | 0.92 | 0.09 |
| HSL | 60º | 0.86% | 0.49% | - |
| HSV(B) | 60º | 0.92% | 0.91% | - |
| XYZ | 62.24 | 74.91 | 11.75 | - |
| YUV | 207.6 | 21 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 232 | 18 | 0 | 0 | 0.92 | 0.09 | 60 | 0.86 | 0.49 |
| Hex | E8 | E8 | 12 | 0 | 0 | 5C | 9 | 3C | 56 | 31 |
| Octal | 350 | 350 | 22 | 0 | 0 | 134 | 11 | 74 | 126 | 61 |
| Binary | 11101000 | 11101000 | 10010 | 0 | 0 | 1011100 | 1001 | 111100 | 1010110 | 110001 |
Color Harmonies of #E8E812
Complementary color
Monochromatic Colors of #E8E812
Black with #E8E812
Text Example
Text Example
White with #E8E812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E812; }
p { color: rgb(232,232,18); }
H1.HeaderClassName
{
color: #E8E812;
}
.AnyTagClassName
{
color: #E8E812;
}
</style>
background-color css
<style>
a { background-color: #E8E812; }
a { background-color: rgb(232,232,18); }
div.DivClassName
{
background-color: #E8E812;
}
.BgClassName
{
background-color: #E8E812;
}
</style>
border-color css
<style>
span { border-color: #E8E812; }
span { border-color: rgb(232,232,18); }
td.TdClassName
{
border-color: #E8E812;
}
.TagClassName
{
border-color: #E8E812;
}
</style>