Shades of Lemon Ginger #8E8427
Tints of Lemon Ginger #8E8427
RGB
CMYK
RGB Variations
Color information
#8E8427 (or 0x8E8427) is known color: Lemon Ginger. HEX triplet: 8E, 84 and 27. RGB value is (142,132,39). Sum of RGB (Red+Green+Blue) = 142+132+39=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8427 is #717BD8. Grayscale: #7C7C7C. Windows color (decimal): -7437273 or 2589838. OLE color: 2589838.
HSL color Cylindrical-coordinate representation of color #8E8427: hue angle of 54.17º degrees, saturation: 0.57, 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 #8E8427 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 39 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.44 |
| HSL | 54.17º | 0.57% | 0.35% | - |
| HSV(B) | 54.17º | 0.73% | 0.56% | - |
| XYZ | 19.77 | 22.4 | 5.2 | - |
| YUV | 124.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 39 | 0 | 0.07 | 0.73 | 0.44 | 54.17 | 0.57 | 0.35 |
| Hex | 8E | 84 | 27 | 0 | 7 | 49 | 2C | 36 | 39 | 23 |
| Octal | 216 | 204 | 47 | 0 | 7 | 111 | 54 | 66 | 71 | 43 |
| Binary | 10001110 | 10000100 | 100111 | 0 | 111 | 1001001 | 101100 | 110110 | 111001 | 100011 |
Color Harmonies of #8E8427
Complementary color
Monochromatic Colors of #8E8427
Black with #8E8427
Text Example
Text Example
White with #8E8427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8427; }
p { color: rgb(142,132,39); }
H1.HeaderClassName
{
color: #8E8427;
}
.AnyTagClassName
{
color: #8E8427;
}
</style>
background-color css
<style>
a { background-color: #8E8427; }
a { background-color: rgb(142,132,39); }
div.DivClassName
{
background-color: #8E8427;
}
.BgClassName
{
background-color: #8E8427;
}
</style>
border-color css
<style>
span { border-color: #8E8427; }
span { border-color: rgb(142,132,39); }
td.TdClassName
{
border-color: #8E8427;
}
.TagClassName
{
border-color: #8E8427;
}
</style>