Shades of Lemon Ginger #8E8426
Tints of Lemon Ginger #8E8426
RGB
CMYK
RGB Variations
Color information
#8E8426 (or 0x8E8426) is known color: Lemon Ginger. HEX triplet: 8E, 84 and 26. RGB value is (142,132,38). Sum of RGB (Red+Green+Blue) = 142+132+38=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8426 is #717BD9. Grayscale: #7C7C7C. Windows color (decimal): -7437274 or 2524302. OLE color: 2524302.
HSL color Cylindrical-coordinate representation of color #8E8426: hue angle of 54.23º degrees, saturation: 0.58, 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 #8E8426 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 38 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.44 |
| HSL | 54.23º | 0.58% | 0.35% | - |
| HSV(B) | 54.23º | 0.73% | 0.56% | - |
| XYZ | 19.76 | 22.39 | 5.11 | - |
| YUV | 124.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 38 | 0 | 0.07 | 0.73 | 0.44 | 54.23 | 0.58 | 0.35 |
| Hex | 8E | 84 | 26 | 0 | 7 | 49 | 2C | 36 | 3A | 23 |
| Octal | 216 | 204 | 46 | 0 | 7 | 111 | 54 | 66 | 72 | 43 |
| Binary | 10001110 | 10000100 | 100110 | 0 | 111 | 1001001 | 101100 | 110110 | 111010 | 100011 |
Color Harmonies of #8E8426
Complementary color
Monochromatic Colors of #8E8426
Black with #8E8426
Text Example
Text Example
White with #8E8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8426; }
p { color: rgb(142,132,38); }
H1.HeaderClassName
{
color: #8E8426;
}
.AnyTagClassName
{
color: #8E8426;
}
</style>
background-color css
<style>
a { background-color: #8E8426; }
a { background-color: rgb(142,132,38); }
div.DivClassName
{
background-color: #8E8426;
}
.BgClassName
{
background-color: #8E8426;
}
</style>
border-color css
<style>
span { border-color: #8E8426; }
span { border-color: rgb(142,132,38); }
td.TdClassName
{
border-color: #8E8426;
}
.TagClassName
{
border-color: #8E8426;
}
</style>