Shades of Shilo #E1A79B
Tints of Shilo #E1A79B
RGB
CMYK
RGB Variations
Color information
#E1A79B (or 0xE1A79B) is known color: Shilo. HEX triplet: E1, A7 and 9B. RGB value is (225,167,155). Sum of RGB (Red+Green+Blue) = 225+167+155=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A79B is #1E5864. Grayscale: #B7B7B7. Windows color (decimal): -1988709 or 10201057. OLE color: 10201057.
HSL color Cylindrical-coordinate representation of color #E1A79B: hue angle of 10.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1A79B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 155 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.12 |
| HSL | 10.29º | 0.54% | 0.75% | - |
| HSV(B) | 10.29º | 0.31% | 0.88% | - |
| XYZ | 50.79 | 46.01 | 37.21 | - |
| YUV | 182.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 155 | 0 | 0.26 | 0.31 | 0.12 | 10.29 | 0.54 | 0.75 |
| Hex | E1 | A7 | 9B | 0 | 1A | 1F | C | A | 36 | 4B |
| Octal | 341 | 247 | 233 | 0 | 32 | 37 | 14 | 12 | 66 | 113 |
| Binary | 11100001 | 10100111 | 10011011 | 0 | 11010 | 11111 | 1100 | 1010 | 110110 | 1001011 |
Color Harmonies of #E1A79B
Complementary color
Monochromatic Colors of #E1A79B
Black with #E1A79B
Text Example
Text Example
White with #E1A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A79B; }
p { color: rgb(225,167,155); }
H1.HeaderClassName
{
color: #E1A79B;
}
.AnyTagClassName
{
color: #E1A79B;
}
</style>
background-color css
<style>
a { background-color: #E1A79B; }
a { background-color: rgb(225,167,155); }
div.DivClassName
{
background-color: #E1A79B;
}
.BgClassName
{
background-color: #E1A79B;
}
</style>
border-color css
<style>
span { border-color: #E1A79B; }
span { border-color: rgb(225,167,155); }
td.TdClassName
{
border-color: #E1A79B;
}
.TagClassName
{
border-color: #E1A79B;
}
</style>