Shades of Lemon Ginger #8E7A18
Tints of Lemon Ginger #8E7A18
RGB
CMYK
RGB Variations
Color information
#8E7A18 (or 0x8E7A18) is known color: Lemon Ginger. HEX triplet: 8E, 7A and 18. RGB value is (142,122,24). Sum of RGB (Red+Green+Blue) = 142+122+24=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7A18 is #7185E7. Grayscale: #757575. Windows color (decimal): -7439848 or 1604238. OLE color: 1604238.
HSL color Cylindrical-coordinate representation of color #8E7A18: hue angle of 49.83º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E7A18 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 24 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.44 |
| HSL | 49.83º | 0.71% | 0.33% | - |
| HSV(B) | 49.83º | 0.83% | 0.56% | - |
| XYZ | 18.28 | 19.74 | 3.71 | - |
| YUV | 116.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 24 | 0 | 0.14 | 0.83 | 0.44 | 49.83 | 0.71 | 0.33 |
| Hex | 8E | 7A | 18 | 0 | E | 53 | 2C | 32 | 47 | 21 |
| Octal | 216 | 172 | 30 | 0 | 16 | 123 | 54 | 62 | 107 | 41 |
| Binary | 10001110 | 1111010 | 11000 | 0 | 1110 | 1010011 | 101100 | 110010 | 1000111 | 100001 |
Color Harmonies of #8E7A18
Complementary color
Monochromatic Colors of #8E7A18
Black with #8E7A18
Text Example
Text Example
White with #8E7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A18; }
p { color: rgb(142,122,24); }
H1.HeaderClassName
{
color: #8E7A18;
}
.AnyTagClassName
{
color: #8E7A18;
}
</style>
background-color css
<style>
a { background-color: #8E7A18; }
a { background-color: rgb(142,122,24); }
div.DivClassName
{
background-color: #8E7A18;
}
.BgClassName
{
background-color: #8E7A18;
}
</style>
border-color css
<style>
span { border-color: #8E7A18; }
span { border-color: rgb(142,122,24); }
td.TdClassName
{
border-color: #8E7A18;
}
.TagClassName
{
border-color: #8E7A18;
}
</style>