Shades of Shilo #E7A29D
Tints of Shilo #E7A29D
RGB
CMYK
RGB Variations
Color information
#E7A29D (or 0xE7A29D) is known color: Shilo. HEX triplet: E7, A2 and 9D. RGB value is (231,162,157). Sum of RGB (Red+Green+Blue) = 231+162+157=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A29D is #185D62. Grayscale: #B6B6B6. Windows color (decimal): -1596771 or 10330855. OLE color: 10330855.
HSL color Cylindrical-coordinate representation of color #E7A29D: hue angle of 4.05º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A29D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 157 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.09 |
| HSL | 4.05º | 0.61% | 0.76% | - |
| HSV(B) | 4.05º | 0.32% | 0.91% | - |
| XYZ | 51.96 | 45.26 | 37.9 | - |
| YUV | 182.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 157 | 0 | 0.30 | 0.32 | 0.09 | 4.05 | 0.61 | 0.76 |
| Hex | E7 | A2 | 9D | 0 | 1E | 20 | 9 | 4 | 3D | 4C |
| Octal | 347 | 242 | 235 | 0 | 36 | 40 | 11 | 4 | 75 | 114 |
| Binary | 11100111 | 10100010 | 10011101 | 0 | 11110 | 100000 | 1001 | 100 | 111101 | 1001100 |
Color Harmonies of #E7A29D
Complementary color
Monochromatic Colors of #E7A29D
Black with #E7A29D
Text Example
Text Example
White with #E7A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A29D; }
p { color: rgb(231,162,157); }
H1.HeaderClassName
{
color: #E7A29D;
}
.AnyTagClassName
{
color: #E7A29D;
}
</style>
background-color css
<style>
a { background-color: #E7A29D; }
a { background-color: rgb(231,162,157); }
div.DivClassName
{
background-color: #E7A29D;
}
.BgClassName
{
background-color: #E7A29D;
}
</style>
border-color css
<style>
span { border-color: #E7A29D; }
span { border-color: rgb(231,162,157); }
td.TdClassName
{
border-color: #E7A29D;
}
.TagClassName
{
border-color: #E7A29D;
}
</style>