Shades of Lemon #E8DF08
Tints of Lemon #E8DF08
RGB
CMYK
RGB Variations
Color information
#E8DF08 (or 0xE8DF08) is known color: Lemon. HEX triplet: E8, DF and 08. RGB value is (232,223,8). Sum of RGB (Red+Green+Blue) = 232+223+8=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DF08 is #1720F7. Grayscale: #CACACA. Windows color (decimal): -1515768 or 581608. OLE color: 581608.
HSL color Cylindrical-coordinate representation of color #E8DF08: hue angle of 57.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8DF08 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.09 |
| HSL | 57.59º | 0.93% | 0.47% | - |
| HSV(B) | 57.59º | 0.97% | 0.91% | - |
| XYZ | 59.71 | 69.95 | 10.58 | - |
| YUV | 201.18 | 18.98 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 8 | 0 | 0.04 | 0.97 | 0.09 | 57.59 | 0.93 | 0.47 |
| Hex | E8 | DF | 8 | 0 | 4 | 61 | 9 | 3A | 5D | 2F |
| Octal | 350 | 337 | 10 | 0 | 4 | 141 | 11 | 72 | 135 | 57 |
| Binary | 11101000 | 11011111 | 1000 | 0 | 100 | 1100001 | 1001 | 111010 | 1011101 | 101111 |
Color Harmonies of #E8DF08
Complementary color
Monochromatic Colors of #E8DF08
Black with #E8DF08
Text Example
Text Example
White with #E8DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF08; }
p { color: rgb(232,223,8); }
H1.HeaderClassName
{
color: #E8DF08;
}
.AnyTagClassName
{
color: #E8DF08;
}
</style>
background-color css
<style>
a { background-color: #E8DF08; }
a { background-color: rgb(232,223,8); }
div.DivClassName
{
background-color: #E8DF08;
}
.BgClassName
{
background-color: #E8DF08;
}
</style>
border-color css
<style>
span { border-color: #E8DF08; }
span { border-color: rgb(232,223,8); }
td.TdClassName
{
border-color: #E8DF08;
}
.TagClassName
{
border-color: #E8DF08;
}
</style>