Shades of Lemon #E8DF09
Tints of Lemon #E8DF09
RGB
CMYK
RGB Variations
Color information
#E8DF09 (or 0xE8DF09) is known color: Lemon. HEX triplet: E8, DF and 09. RGB value is (232,223,9). Sum of RGB (Red+Green+Blue) = 232+223+9=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DF09 is #1720F6. Grayscale: #CACACA. Windows color (decimal): -1515767 or 647144. OLE color: 647144.
HSL color Cylindrical-coordinate representation of color #E8DF09: hue angle of 57.58º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8DF09 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.09 |
| HSL | 57.58º | 0.93% | 0.47% | - |
| HSV(B) | 57.58º | 0.96% | 0.91% | - |
| XYZ | 59.72 | 69.95 | 10.61 | - |
| YUV | 201.3 | 19.48 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 9 | 0 | 0.04 | 0.96 | 0.09 | 57.58 | 0.93 | 0.47 |
| Hex | E8 | DF | 9 | 0 | 4 | 60 | 9 | 3A | 5D | 2F |
| Octal | 350 | 337 | 11 | 0 | 4 | 140 | 11 | 72 | 135 | 57 |
| Binary | 11101000 | 11011111 | 1001 | 0 | 100 | 1100000 | 1001 | 111010 | 1011101 | 101111 |
Color Harmonies of #E8DF09
Complementary color
Monochromatic Colors of #E8DF09
Black with #E8DF09
Text Example
Text Example
White with #E8DF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF09; }
p { color: rgb(232,223,9); }
H1.HeaderClassName
{
color: #E8DF09;
}
.AnyTagClassName
{
color: #E8DF09;
}
</style>
background-color css
<style>
a { background-color: #E8DF09; }
a { background-color: rgb(232,223,9); }
div.DivClassName
{
background-color: #E8DF09;
}
.BgClassName
{
background-color: #E8DF09;
}
</style>
border-color css
<style>
span { border-color: #E8DF09; }
span { border-color: rgb(232,223,9); }
td.TdClassName
{
border-color: #E8DF09;
}
.TagClassName
{
border-color: #E8DF09;
}
</style>