Shades of Lemon Ginger #8E891C
Tints of Lemon Ginger #8E891C
RGB
CMYK
RGB Variations
Color information
#8E891C (or 0x8E891C) is known color: Lemon Ginger. HEX triplet: 8E, 89 and 1C. RGB value is (142,137,28). Sum of RGB (Red+Green+Blue) = 142+137+28=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E891C is #7176E3. Grayscale: #7E7E7E. Windows color (decimal): -7436004 or 1870222. OLE color: 1870222.
HSL color Cylindrical-coordinate representation of color #8E891C: hue angle of 57.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E891C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 28 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.44 |
| HSL | 57.37º | 0.67% | 0.33% | - |
| HSV(B) | 57.37º | 0.8% | 0.56% | - |
| XYZ | 20.31 | 23.73 | 4.61 | - |
| YUV | 126.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 28 | 0 | 0.04 | 0.80 | 0.44 | 57.37 | 0.67 | 0.33 |
| Hex | 8E | 89 | 1C | 0 | 4 | 50 | 2C | 39 | 43 | 21 |
| Octal | 216 | 211 | 34 | 0 | 4 | 120 | 54 | 71 | 103 | 41 |
| Binary | 10001110 | 10001001 | 11100 | 0 | 100 | 1010000 | 101100 | 111001 | 1000011 | 100001 |
Color Harmonies of #8E891C
Complementary color
Monochromatic Colors of #8E891C
Black with #8E891C
Text Example
Text Example
White with #8E891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E891C; }
p { color: rgb(142,137,28); }
H1.HeaderClassName
{
color: #8E891C;
}
.AnyTagClassName
{
color: #8E891C;
}
</style>
background-color css
<style>
a { background-color: #8E891C; }
a { background-color: rgb(142,137,28); }
div.DivClassName
{
background-color: #8E891C;
}
.BgClassName
{
background-color: #8E891C;
}
</style>
border-color css
<style>
span { border-color: #8E891C; }
span { border-color: rgb(142,137,28); }
td.TdClassName
{
border-color: #8E891C;
}
.TagClassName
{
border-color: #8E891C;
}
</style>