Shades of Lotus #8E564E
Tints of Lotus #8E564E
RGB
CMYK
RGB Variations
Color information
#8E564E (or 0x8E564E) is known color: Lotus. HEX triplet: 8E, 56 and 4E. RGB value is (142,86,78). Sum of RGB (Red+Green+Blue) = 142+86+78=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E564E is #71A9B1. Grayscale: #656565. Windows color (decimal): -7449010 or 5133966. OLE color: 5133966.
HSL color Cylindrical-coordinate representation of color #8E564E: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E564E is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 78 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.44 |
| HSL | 7.5º | 0.29% | 0.43% | - |
| HSV(B) | 7.5º | 0.45% | 0.56% | - |
| XYZ | 15.86 | 12.96 | 8.87 | - |
| YUV | 101.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 78 | 0 | 0.39 | 0.45 | 0.44 | 7.5 | 0.29 | 0.43 |
| Hex | 8E | 56 | 4E | 0 | 27 | 2D | 2C | 8 | 1D | 2B |
| Octal | 216 | 126 | 116 | 0 | 47 | 55 | 54 | 10 | 35 | 53 |
| Binary | 10001110 | 1010110 | 1001110 | 0 | 100111 | 101101 | 101100 | 1000 | 11101 | 101011 |
Color Harmonies of #8E564E
Complementary color
Monochromatic Colors of #8E564E
Black with #8E564E
Text Example
Text Example
White with #8E564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E564E; }
p { color: rgb(142,86,78); }
H1.HeaderClassName
{
color: #8E564E;
}
.AnyTagClassName
{
color: #8E564E;
}
</style>
background-color css
<style>
a { background-color: #8E564E; }
a { background-color: rgb(142,86,78); }
div.DivClassName
{
background-color: #8E564E;
}
.BgClassName
{
background-color: #8E564E;
}
</style>
border-color css
<style>
span { border-color: #8E564E; }
span { border-color: rgb(142,86,78); }
td.TdClassName
{
border-color: #8E564E;
}
.TagClassName
{
border-color: #8E564E;
}
</style>