Shades of Lemon #E8E015
Tints of Lemon #E8E015
RGB
CMYK
RGB Variations
Color information
#E8E015 (or 0xE8E015) is known color: Lemon. HEX triplet: E8, E0 and 15. RGB value is (232,224,21). Sum of RGB (Red+Green+Blue) = 232+224+21=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E015 is #171FEA. Grayscale: #CCCCCC. Windows color (decimal): -1515499 or 1433832. OLE color: 1433832.
HSL color Cylindrical-coordinate representation of color #E8E015: hue angle of 57.73º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8E015 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 21 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.09 |
| HSL | 57.73º | 0.83% | 0.5% | - |
| HSV(B) | 57.73º | 0.91% | 0.91% | - |
| XYZ | 60.07 | 70.52 | 11.16 | - |
| YUV | 203.25 | 25.15 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 21 | 0 | 0.03 | 0.91 | 0.09 | 57.73 | 0.83 | 0.5 |
| Hex | E8 | E0 | 15 | 0 | 3 | 5B | 9 | 3A | 53 | 32 |
| Octal | 350 | 340 | 25 | 0 | 3 | 133 | 11 | 72 | 123 | 62 |
| Binary | 11101000 | 11100000 | 10101 | 0 | 11 | 1011011 | 1001 | 111010 | 1010011 | 110010 |
Color Harmonies of #E8E015
Complementary color
Monochromatic Colors of #E8E015
Black with #E8E015
Text Example
Text Example
White with #E8E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E015; }
p { color: rgb(232,224,21); }
H1.HeaderClassName
{
color: #E8E015;
}
.AnyTagClassName
{
color: #E8E015;
}
</style>
background-color css
<style>
a { background-color: #E8E015; }
a { background-color: rgb(232,224,21); }
div.DivClassName
{
background-color: #E8E015;
}
.BgClassName
{
background-color: #E8E015;
}
</style>
border-color css
<style>
span { border-color: #E8E015; }
span { border-color: rgb(232,224,21); }
td.TdClassName
{
border-color: #E8E015;
}
.TagClassName
{
border-color: #E8E015;
}
</style>