Shades of Shilo #E7A7A1
Tints of Shilo #E7A7A1
RGB
CMYK
RGB Variations
Color information
#E7A7A1 (or 0xE7A7A1) is known color: Shilo. HEX triplet: E7, A7 and A1. RGB value is (231,167,161). Sum of RGB (Red+Green+Blue) = 231+167+161=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A7A1 is #18585E. Grayscale: #B9B9B9. Windows color (decimal): -1595487 or 10594279. OLE color: 10594279.
HSL color Cylindrical-coordinate representation of color #E7A7A1: hue angle of 5.14º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A7A1 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 161 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.09 |
| HSL | 5.14º | 0.59% | 0.77% | - |
| HSV(B) | 5.14º | 0.3% | 0.91% | - |
| XYZ | 53.21 | 47.2 | 40.02 | - |
| YUV | 185.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 161 | 0 | 0.28 | 0.30 | 0.09 | 5.14 | 0.59 | 0.77 |
| Hex | E7 | A7 | A1 | 0 | 1C | 1E | 9 | 5 | 3B | 4D |
| Octal | 347 | 247 | 241 | 0 | 34 | 36 | 11 | 5 | 73 | 115 |
| Binary | 11100111 | 10100111 | 10100001 | 0 | 11100 | 11110 | 1001 | 101 | 111011 | 1001101 |
Color Harmonies of #E7A7A1
Complementary color
Monochromatic Colors of #E7A7A1
Black with #E7A7A1
Text Example
Text Example
White with #E7A7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A7A1; }
p { color: rgb(231,167,161); }
H1.HeaderClassName
{
color: #E7A7A1;
}
.AnyTagClassName
{
color: #E7A7A1;
}
</style>
background-color css
<style>
a { background-color: #E7A7A1; }
a { background-color: rgb(231,167,161); }
div.DivClassName
{
background-color: #E7A7A1;
}
.BgClassName
{
background-color: #E7A7A1;
}
</style>
border-color css
<style>
span { border-color: #E7A7A1; }
span { border-color: rgb(231,167,161); }
td.TdClassName
{
border-color: #E7A7A1;
}
.TagClassName
{
border-color: #E7A7A1;
}
</style>