Shades of Lemon Ginger #8E7F1B
Tints of Lemon Ginger #8E7F1B
RGB
CMYK
RGB Variations
Color information
#8E7F1B (or 0x8E7F1B) is known color: Lemon Ginger. HEX triplet: 8E, 7F and 1B. RGB value is (142,127,27). Sum of RGB (Red+Green+Blue) = 142+127+27=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7F1B is #7180E4. Grayscale: #787878. Windows color (decimal): -7438565 or 1802126. OLE color: 1802126.
HSL color Cylindrical-coordinate representation of color #8E7F1B: hue angle of 52.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E7F1B is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 127 | 27 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.44 |
| HSL | 52.17º | 0.68% | 0.33% | - |
| HSV(B) | 52.17º | 0.81% | 0.56% | - |
| XYZ | 18.94 | 21.01 | 4.09 | - |
| YUV | 120.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 127 | 27 | 0 | 0.11 | 0.81 | 0.44 | 52.17 | 0.68 | 0.33 |
| Hex | 8E | 7F | 1B | 0 | B | 51 | 2C | 34 | 44 | 21 |
| Octal | 216 | 177 | 33 | 0 | 13 | 121 | 54 | 64 | 104 | 41 |
| Binary | 10001110 | 1111111 | 11011 | 0 | 1011 | 1010001 | 101100 | 110100 | 1000100 | 100001 |
Color Harmonies of #8E7F1B
Complementary color
Monochromatic Colors of #8E7F1B
Black with #8E7F1B
Text Example
Text Example
White with #8E7F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7F1B; }
p { color: rgb(142,127,27); }
H1.HeaderClassName
{
color: #8E7F1B;
}
.AnyTagClassName
{
color: #8E7F1B;
}
</style>
background-color css
<style>
a { background-color: #8E7F1B; }
a { background-color: rgb(142,127,27); }
div.DivClassName
{
background-color: #8E7F1B;
}
.BgClassName
{
background-color: #8E7F1B;
}
</style>
border-color css
<style>
span { border-color: #8E7F1B; }
span { border-color: rgb(142,127,27); }
td.TdClassName
{
border-color: #8E7F1B;
}
.TagClassName
{
border-color: #8E7F1B;
}
</style>