Shades of Lemon Ginger #8E8627
Tints of Lemon Ginger #8E8627
RGB
CMYK
RGB Variations
Color information
#8E8627 (or 0x8E8627) is known color: Lemon Ginger. HEX triplet: 8E, 86 and 27. RGB value is (142,134,39). Sum of RGB (Red+Green+Blue) = 142+134+39=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8627 is #7179D8. Grayscale: #7D7D7D. Windows color (decimal): -7436761 or 2590350. OLE color: 2590350.
HSL color Cylindrical-coordinate representation of color #8E8627: hue angle of 55.34º degrees, saturation: 0.57, 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 #8E8627 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 134 | 39 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.44 |
| HSL | 55.34º | 0.57% | 0.35% | - |
| HSV(B) | 55.34º | 0.73% | 0.56% | - |
| XYZ | 20.05 | 22.95 | 5.29 | - |
| YUV | 125.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 39 | 0 | 0.06 | 0.73 | 0.44 | 55.34 | 0.57 | 0.35 |
| Hex | 8E | 86 | 27 | 0 | 6 | 49 | 2C | 37 | 39 | 23 |
| Octal | 216 | 206 | 47 | 0 | 6 | 111 | 54 | 67 | 71 | 43 |
| Binary | 10001110 | 10000110 | 100111 | 0 | 110 | 1001001 | 101100 | 110111 | 111001 | 100011 |
Color Harmonies of #8E8627
Complementary color
Monochromatic Colors of #8E8627
Black with #8E8627
Text Example
Text Example
White with #8E8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8627; }
p { color: rgb(142,134,39); }
H1.HeaderClassName
{
color: #8E8627;
}
.AnyTagClassName
{
color: #8E8627;
}
</style>
background-color css
<style>
a { background-color: #8E8627; }
a { background-color: rgb(142,134,39); }
div.DivClassName
{
background-color: #8E8627;
}
.BgClassName
{
background-color: #8E8627;
}
</style>
border-color css
<style>
span { border-color: #8E8627; }
span { border-color: rgb(142,134,39); }
td.TdClassName
{
border-color: #8E8627;
}
.TagClassName
{
border-color: #8E8627;
}
</style>