Shades of Lemon Ginger #8E8526
Tints of Lemon Ginger #8E8526
RGB
CMYK
RGB Variations
Color information
#8E8526 (or 0x8E8526) is known color: Lemon Ginger. HEX triplet: 8E, 85 and 26. RGB value is (142,133,38). Sum of RGB (Red+Green+Blue) = 142+133+38=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8526 is #717AD9. Grayscale: #7D7D7D. Windows color (decimal): -7437018 or 2524558. OLE color: 2524558.
HSL color Cylindrical-coordinate representation of color #8E8526: hue angle of 54.81º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E8526 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 38 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.44 |
| HSL | 54.81º | 0.58% | 0.35% | - |
| HSV(B) | 54.81º | 0.73% | 0.56% | - |
| XYZ | 19.89 | 22.67 | 5.16 | - |
| YUV | 124.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 38 | 0 | 0.06 | 0.73 | 0.44 | 54.81 | 0.58 | 0.35 |
| Hex | 8E | 85 | 26 | 0 | 6 | 49 | 2C | 37 | 3A | 23 |
| Octal | 216 | 205 | 46 | 0 | 6 | 111 | 54 | 67 | 72 | 43 |
| Binary | 10001110 | 10000101 | 100110 | 0 | 110 | 1001001 | 101100 | 110111 | 111010 | 100011 |
Color Harmonies of #8E8526
Complementary color
Monochromatic Colors of #8E8526
Black with #8E8526
Text Example
Text Example
White with #8E8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8526; }
p { color: rgb(142,133,38); }
H1.HeaderClassName
{
color: #8E8526;
}
.AnyTagClassName
{
color: #8E8526;
}
</style>
background-color css
<style>
a { background-color: #8E8526; }
a { background-color: rgb(142,133,38); }
div.DivClassName
{
background-color: #8E8526;
}
.BgClassName
{
background-color: #8E8526;
}
</style>
border-color css
<style>
span { border-color: #8E8526; }
span { border-color: rgb(142,133,38); }
td.TdClassName
{
border-color: #8E8526;
}
.TagClassName
{
border-color: #8E8526;
}
</style>