Shades of Lemon #E8E414
Tints of Lemon #E8E414
RGB
CMYK
RGB Variations
Color information
#E8E414 (or 0xE8E414) is known color: Lemon. HEX triplet: E8, E4 and 14. RGB value is (232,228,20). Sum of RGB (Red+Green+Blue) = 232+228+20=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E414 is #171BEB. Grayscale: #CECECE. Windows color (decimal): -1514476 or 1369320. OLE color: 1369320.
HSL color Cylindrical-coordinate representation of color #E8E414: hue angle of 58.87º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8E414 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 20 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.09 |
| HSL | 58.87º | 0.84% | 0.49% | - |
| HSV(B) | 58.87º | 0.91% | 0.91% | - |
| XYZ | 61.15 | 72.69 | 11.47 | - |
| YUV | 205.48 | 23.33 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 20 | 0 | 0.02 | 0.91 | 0.09 | 58.87 | 0.84 | 0.49 |
| Hex | E8 | E4 | 14 | 0 | 2 | 5B | 9 | 3B | 54 | 31 |
| Octal | 350 | 344 | 24 | 0 | 2 | 133 | 11 | 73 | 124 | 61 |
| Binary | 11101000 | 11100100 | 10100 | 0 | 10 | 1011011 | 1001 | 111011 | 1010100 | 110001 |
Color Harmonies of #E8E414
Complementary color
Monochromatic Colors of #E8E414
Black with #E8E414
Text Example
Text Example
White with #E8E414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E414; }
p { color: rgb(232,228,20); }
H1.HeaderClassName
{
color: #E8E414;
}
.AnyTagClassName
{
color: #E8E414;
}
</style>
background-color css
<style>
a { background-color: #E8E414; }
a { background-color: rgb(232,228,20); }
div.DivClassName
{
background-color: #E8E414;
}
.BgClassName
{
background-color: #E8E414;
}
</style>
border-color css
<style>
span { border-color: #E8E414; }
span { border-color: rgb(232,228,20); }
td.TdClassName
{
border-color: #E8E414;
}
.TagClassName
{
border-color: #E8E414;
}
</style>