Shades of Lemon Ginger #8F7E14
Tints of Lemon Ginger #8F7E14
RGB
CMYK
RGB Variations
Color information
#8F7E14 (or 0x8F7E14) is known color: Lemon Ginger. HEX triplet: 8F, 7E and 14. RGB value is (143,126,20). Sum of RGB (Red+Green+Blue) = 143+126+20=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7E14 is #7081EB. Grayscale: #777777. Windows color (decimal): -7373292 or 1343119. OLE color: 1343119.
HSL color Cylindrical-coordinate representation of color #8F7E14: hue angle of 51.71º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F7E14 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 20 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.44 |
| HSL | 51.71º | 0.75% | 0.32% | - |
| HSV(B) | 51.71º | 0.86% | 0.56% | - |
| XYZ | 18.91 | 20.81 | 3.68 | - |
| YUV | 119 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 20 | 0 | 0.12 | 0.86 | 0.44 | 51.71 | 0.75 | 0.32 |
| Hex | 8F | 7E | 14 | 0 | C | 56 | 2C | 34 | 4B | 20 |
| Octal | 217 | 176 | 24 | 0 | 14 | 126 | 54 | 64 | 113 | 40 |
| Binary | 10001111 | 1111110 | 10100 | 0 | 1100 | 1010110 | 101100 | 110100 | 1001011 | 100000 |
Color Harmonies of #8F7E14
Complementary color
Monochromatic Colors of #8F7E14
Black with #8F7E14
Text Example
Text Example
White with #8F7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E14; }
p { color: rgb(143,126,20); }
H1.HeaderClassName
{
color: #8F7E14;
}
.AnyTagClassName
{
color: #8F7E14;
}
</style>
background-color css
<style>
a { background-color: #8F7E14; }
a { background-color: rgb(143,126,20); }
div.DivClassName
{
background-color: #8F7E14;
}
.BgClassName
{
background-color: #8F7E14;
}
</style>
border-color css
<style>
span { border-color: #8F7E14; }
span { border-color: rgb(143,126,20); }
td.TdClassName
{
border-color: #8F7E14;
}
.TagClassName
{
border-color: #8F7E14;
}
</style>