Shades of Lemon #E8DF0A
Tints of Lemon #E8DF0A
RGB
CMYK
RGB Variations
Color information
#E8DF0A (or 0xE8DF0A) is known color: Lemon. HEX triplet: E8, DF and 0A. RGB value is (232,223,10). Sum of RGB (Red+Green+Blue) = 232+223+10=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DF0A is #1720F5. Grayscale: #CACACA. Windows color (decimal): -1515766 or 712680. OLE color: 712680.
HSL color Cylindrical-coordinate representation of color #E8DF0A: hue angle of 57.57º degrees, saturation: 0.92, 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 #E8DF0A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.09 |
| HSL | 57.57º | 0.92% | 0.47% | - |
| HSV(B) | 57.57º | 0.96% | 0.91% | - |
| XYZ | 59.72 | 69.95 | 10.64 | - |
| YUV | 201.41 | 19.98 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 10 | 0 | 0.04 | 0.96 | 0.09 | 57.57 | 0.92 | 0.47 |
| Hex | E8 | DF | A | 0 | 4 | 60 | 9 | 3A | 5C | 2F |
| Octal | 350 | 337 | 12 | 0 | 4 | 140 | 11 | 72 | 134 | 57 |
| Binary | 11101000 | 11011111 | 1010 | 0 | 100 | 1100000 | 1001 | 111010 | 1011100 | 101111 |
Color Harmonies of #E8DF0A
Complementary color
Monochromatic Colors of #E8DF0A
Black with #E8DF0A
Text Example
Text Example
White with #E8DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF0A; }
p { color: rgb(232,223,10); }
H1.HeaderClassName
{
color: #E8DF0A;
}
.AnyTagClassName
{
color: #E8DF0A;
}
</style>
background-color css
<style>
a { background-color: #E8DF0A; }
a { background-color: rgb(232,223,10); }
div.DivClassName
{
background-color: #E8DF0A;
}
.BgClassName
{
background-color: #E8DF0A;
}
</style>
border-color css
<style>
span { border-color: #E8DF0A; }
span { border-color: rgb(232,223,10); }
td.TdClassName
{
border-color: #E8DF0A;
}
.TagClassName
{
border-color: #E8DF0A;
}
</style>