Shades of Lemon #E8E20D
Tints of Lemon #E8E20D
RGB
CMYK
RGB Variations
Color information
#E8E20D (or 0xE8E20D) is known color: Lemon. HEX triplet: E8, E2 and 0D. RGB value is (232,226,13). Sum of RGB (Red+Green+Blue) = 232+226+13=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E20D is #171DF2. Grayscale: #CCCCCC. Windows color (decimal): -1514995 or 910056. OLE color: 910056.
HSL color Cylindrical-coordinate representation of color #E8E20D: hue angle of 58.36º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8E20D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.09 |
| HSL | 58.36º | 0.89% | 0.48% | - |
| HSV(B) | 58.36º | 0.94% | 0.91% | - |
| XYZ | 60.55 | 71.58 | 11.01 | - |
| YUV | 203.51 | 20.49 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 13 | 0 | 0.03 | 0.94 | 0.09 | 58.36 | 0.89 | 0.48 |
| Hex | E8 | E2 | D | 0 | 3 | 5E | 9 | 3A | 59 | 30 |
| Octal | 350 | 342 | 15 | 0 | 3 | 136 | 11 | 72 | 131 | 60 |
| Binary | 11101000 | 11100010 | 1101 | 0 | 11 | 1011110 | 1001 | 111010 | 1011001 | 110000 |
Color Harmonies of #E8E20D
Complementary color
Monochromatic Colors of #E8E20D
Black with #E8E20D
Text Example
Text Example
White with #E8E20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E20D; }
p { color: rgb(232,226,13); }
H1.HeaderClassName
{
color: #E8E20D;
}
.AnyTagClassName
{
color: #E8E20D;
}
</style>
background-color css
<style>
a { background-color: #E8E20D; }
a { background-color: rgb(232,226,13); }
div.DivClassName
{
background-color: #E8E20D;
}
.BgClassName
{
background-color: #E8E20D;
}
</style>
border-color css
<style>
span { border-color: #E8E20D; }
span { border-color: rgb(232,226,13); }
td.TdClassName
{
border-color: #E8E20D;
}
.TagClassName
{
border-color: #E8E20D;
}
</style>