Shades of Lemon #E8DC0A
Tints of Lemon #E8DC0A
RGB
CMYK
RGB Variations
Color information
#E8DC0A (or 0xE8DC0A) is known color: Lemon. HEX triplet: E8, DC and 0A. RGB value is (232,220,10). Sum of RGB (Red+Green+Blue) = 232+220+10=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DC0A is #1723F5. Grayscale: #C8C8C8. Windows color (decimal): -1516534 or 711912. OLE color: 711912.
HSL color Cylindrical-coordinate representation of color #E8DC0A: hue angle of 56.76º 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 #E8DC0A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.09 |
| HSL | 56.76º | 0.92% | 0.47% | - |
| HSV(B) | 56.76º | 0.96% | 0.91% | - |
| XYZ | 58.93 | 68.36 | 10.38 | - |
| YUV | 199.65 | 20.98 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 10 | 0 | 0.05 | 0.96 | 0.09 | 56.76 | 0.92 | 0.47 |
| Hex | E8 | DC | A | 0 | 5 | 60 | 9 | 39 | 5C | 2F |
| Octal | 350 | 334 | 12 | 0 | 5 | 140 | 11 | 71 | 134 | 57 |
| Binary | 11101000 | 11011100 | 1010 | 0 | 101 | 1100000 | 1001 | 111001 | 1011100 | 101111 |
Color Harmonies of #E8DC0A
Complementary color
Monochromatic Colors of #E8DC0A
Black with #E8DC0A
Text Example
Text Example
White with #E8DC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC0A; }
p { color: rgb(232,220,10); }
H1.HeaderClassName
{
color: #E8DC0A;
}
.AnyTagClassName
{
color: #E8DC0A;
}
</style>
background-color css
<style>
a { background-color: #E8DC0A; }
a { background-color: rgb(232,220,10); }
div.DivClassName
{
background-color: #E8DC0A;
}
.BgClassName
{
background-color: #E8DC0A;
}
</style>
border-color css
<style>
span { border-color: #E8DC0A; }
span { border-color: rgb(232,220,10); }
td.TdClassName
{
border-color: #E8DC0A;
}
.TagClassName
{
border-color: #E8DC0A;
}
</style>