Shades of Lemon Ginger #8E882C
Tints of Lemon Ginger #8E882C
RGB
CMYK
RGB Variations
Color information
#8E882C (or 0x8E882C) is known color: Lemon Ginger. HEX triplet: 8E, 88 and 2C. RGB value is (142,136,44). Sum of RGB (Red+Green+Blue) = 142+136+44=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E882C is #7177D3. Grayscale: #7F7F7F. Windows color (decimal): -7436244 or 2918542. OLE color: 2918542.
HSL color Cylindrical-coordinate representation of color #8E882C: hue angle of 56.33º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E882C is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 44 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.44 |
| HSL | 56.33º | 0.53% | 0.36% | - |
| HSV(B) | 56.33º | 0.69% | 0.56% | - |
| XYZ | 20.41 | 23.54 | 5.85 | - |
| YUV | 127.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 44 | 0 | 0.04 | 0.69 | 0.44 | 56.33 | 0.53 | 0.36 |
| Hex | 8E | 88 | 2C | 0 | 4 | 45 | 2C | 38 | 35 | 24 |
| Octal | 216 | 210 | 54 | 0 | 4 | 105 | 54 | 70 | 65 | 44 |
| Binary | 10001110 | 10001000 | 101100 | 0 | 100 | 1000101 | 101100 | 111000 | 110101 | 100100 |
Color Harmonies of #8E882C
Complementary color
Monochromatic Colors of #8E882C
Black with #8E882C
Text Example
Text Example
White with #8E882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E882C; }
p { color: rgb(142,136,44); }
H1.HeaderClassName
{
color: #8E882C;
}
.AnyTagClassName
{
color: #8E882C;
}
</style>
background-color css
<style>
a { background-color: #8E882C; }
a { background-color: rgb(142,136,44); }
div.DivClassName
{
background-color: #8E882C;
}
.BgClassName
{
background-color: #8E882C;
}
</style>
border-color css
<style>
span { border-color: #8E882C; }
span { border-color: rgb(142,136,44); }
td.TdClassName
{
border-color: #8E882C;
}
.TagClassName
{
border-color: #8E882C;
}
</style>