Shades of Lotus #8E504A
Tints of Lotus #8E504A
RGB
CMYK
RGB Variations
Color information
#8E504A (or 0x8E504A) is known color: Lotus. HEX triplet: 8E, 50 and 4A. RGB value is (142,80,74). Sum of RGB (Red+Green+Blue) = 142+80+74=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E504A is #71AFB5. Grayscale: #616161. Windows color (decimal): -7450550 or 4870286. OLE color: 4870286.
HSL color Cylindrical-coordinate representation of color #8E504A: hue angle of 5.29º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E504A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 74 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.44 |
| HSL | 5.29º | 0.31% | 0.42% | - |
| HSV(B) | 5.29º | 0.48% | 0.56% | - |
| XYZ | 15.26 | 11.98 | 7.99 | - |
| YUV | 97.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 74 | 0 | 0.44 | 0.48 | 0.44 | 5.29 | 0.31 | 0.42 |
| Hex | 8E | 50 | 4A | 0 | 2C | 30 | 2C | 5 | 1F | 2A |
| Octal | 216 | 120 | 112 | 0 | 54 | 60 | 54 | 5 | 37 | 52 |
| Binary | 10001110 | 1010000 | 1001010 | 0 | 101100 | 110000 | 101100 | 101 | 11111 | 101010 |
Color Harmonies of #8E504A
Complementary color
Monochromatic Colors of #8E504A
Black with #8E504A
Text Example
Text Example
White with #8E504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E504A; }
p { color: rgb(142,80,74); }
H1.HeaderClassName
{
color: #8E504A;
}
.AnyTagClassName
{
color: #8E504A;
}
</style>
background-color css
<style>
a { background-color: #8E504A; }
a { background-color: rgb(142,80,74); }
div.DivClassName
{
background-color: #8E504A;
}
.BgClassName
{
background-color: #8E504A;
}
</style>
border-color css
<style>
span { border-color: #8E504A; }
span { border-color: rgb(142,80,74); }
td.TdClassName
{
border-color: #8E504A;
}
.TagClassName
{
border-color: #8E504A;
}
</style>