Shades of Lemon Ginger #8E7C16
Tints of Lemon Ginger #8E7C16
RGB
CMYK
RGB Variations
Color information
#8E7C16 (or 0x8E7C16) is known color: Lemon Ginger. HEX triplet: 8E, 7C and 16. RGB value is (142,124,22). Sum of RGB (Red+Green+Blue) = 142+124+22=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7C16 is #7183E9. Grayscale: #767676. Windows color (decimal): -7439338 or 1473678. OLE color: 1473678.
HSL color Cylindrical-coordinate representation of color #8E7C16: hue angle of 51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E7C16 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 124 | 22 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.44 |
| HSL | 51º | 0.73% | 0.32% | - |
| HSV(B) | 51º | 0.85% | 0.56% | - |
| XYZ | 18.51 | 20.22 | 3.69 | - |
| YUV | 117.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 22 | 0 | 0.13 | 0.85 | 0.44 | 51 | 0.73 | 0.32 |
| Hex | 8E | 7C | 16 | 0 | D | 55 | 2C | 33 | 49 | 20 |
| Octal | 216 | 174 | 26 | 0 | 15 | 125 | 54 | 63 | 111 | 40 |
| Binary | 10001110 | 1111100 | 10110 | 0 | 1101 | 1010101 | 101100 | 110011 | 1001001 | 100000 |
Color Harmonies of #8E7C16
Complementary color
Monochromatic Colors of #8E7C16
Black with #8E7C16
Text Example
Text Example
White with #8E7C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7C16; }
p { color: rgb(142,124,22); }
H1.HeaderClassName
{
color: #8E7C16;
}
.AnyTagClassName
{
color: #8E7C16;
}
</style>
background-color css
<style>
a { background-color: #8E7C16; }
a { background-color: rgb(142,124,22); }
div.DivClassName
{
background-color: #8E7C16;
}
.BgClassName
{
background-color: #8E7C16;
}
</style>
border-color css
<style>
span { border-color: #8E7C16; }
span { border-color: rgb(142,124,22); }
td.TdClassName
{
border-color: #8E7C16;
}
.TagClassName
{
border-color: #8E7C16;
}
</style>