Shades of Lemon Ginger #8E8225
Tints of Lemon Ginger #8E8225
RGB
CMYK
RGB Variations
Color information
#8E8225 (or 0x8E8225) is known color: Lemon Ginger. HEX triplet: 8E, 82 and 25. RGB value is (142,130,37). Sum of RGB (Red+Green+Blue) = 142+130+37=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8225 is #717DDA. Grayscale: #7B7B7B. Windows color (decimal): -7437787 or 2458254. OLE color: 2458254.
HSL color Cylindrical-coordinate representation of color #8E8225: hue angle of 53.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E8225 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 37 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.44 |
| HSL | 53.14º | 0.59% | 0.35% | - |
| HSV(B) | 53.14º | 0.74% | 0.56% | - |
| XYZ | 19.47 | 21.85 | 4.94 | - |
| YUV | 122.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 37 | 0 | 0.08 | 0.74 | 0.44 | 53.14 | 0.59 | 0.35 |
| Hex | 8E | 82 | 25 | 0 | 8 | 4A | 2C | 35 | 3B | 23 |
| Octal | 216 | 202 | 45 | 0 | 10 | 112 | 54 | 65 | 73 | 43 |
| Binary | 10001110 | 10000010 | 100101 | 0 | 1000 | 1001010 | 101100 | 110101 | 111011 | 100011 |
Color Harmonies of #8E8225
Complementary color
Monochromatic Colors of #8E8225
Black with #8E8225
Text Example
Text Example
White with #8E8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8225; }
p { color: rgb(142,130,37); }
H1.HeaderClassName
{
color: #8E8225;
}
.AnyTagClassName
{
color: #8E8225;
}
</style>
background-color css
<style>
a { background-color: #8E8225; }
a { background-color: rgb(142,130,37); }
div.DivClassName
{
background-color: #8E8225;
}
.BgClassName
{
background-color: #8E8225;
}
</style>
border-color css
<style>
span { border-color: #8E8225; }
span { border-color: rgb(142,130,37); }
td.TdClassName
{
border-color: #8E8225;
}
.TagClassName
{
border-color: #8E8225;
}
</style>