Shades of Lemon Ginger #8E881C
Tints of Lemon Ginger #8E881C
RGB
CMYK
RGB Variations
Color information
#8E881C (or 0x8E881C) is known color: Lemon Ginger. HEX triplet: 8E, 88 and 1C. RGB value is (142,136,28). Sum of RGB (Red+Green+Blue) = 142+136+28=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E881C is #7177E3. Grayscale: #7D7D7D. Windows color (decimal): -7436260 or 1869966. OLE color: 1869966.
HSL color Cylindrical-coordinate representation of color #8E881C: hue angle of 56.84º 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 #8E881C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 28 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.44 |
| HSL | 56.84º | 0.67% | 0.33% | - |
| HSV(B) | 56.84º | 0.8% | 0.56% | - |
| XYZ | 20.17 | 23.44 | 4.56 | - |
| YUV | 125.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 28 | 0 | 0.04 | 0.80 | 0.44 | 56.84 | 0.67 | 0.33 |
| Hex | 8E | 88 | 1C | 0 | 4 | 50 | 2C | 39 | 43 | 21 |
| Octal | 216 | 210 | 34 | 0 | 4 | 120 | 54 | 71 | 103 | 41 |
| Binary | 10001110 | 10001000 | 11100 | 0 | 100 | 1010000 | 101100 | 111001 | 1000011 | 100001 |
Color Harmonies of #8E881C
Complementary color
Monochromatic Colors of #8E881C
Black with #8E881C
Text Example
Text Example
White with #8E881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E881C; }
p { color: rgb(142,136,28); }
H1.HeaderClassName
{
color: #8E881C;
}
.AnyTagClassName
{
color: #8E881C;
}
</style>
background-color css
<style>
a { background-color: #8E881C; }
a { background-color: rgb(142,136,28); }
div.DivClassName
{
background-color: #8E881C;
}
.BgClassName
{
background-color: #8E881C;
}
</style>
border-color css
<style>
span { border-color: #8E881C; }
span { border-color: rgb(142,136,28); }
td.TdClassName
{
border-color: #8E881C;
}
.TagClassName
{
border-color: #8E881C;
}
</style>