Shades of Shilo #E1A8A0
Tints of Shilo #E1A8A0
RGB
CMYK
RGB Variations
Color information
#E1A8A0 (or 0xE1A8A0) is known color: Shilo. HEX triplet: E1, A8 and A0. RGB value is (225,168,160). Sum of RGB (Red+Green+Blue) = 225+168+160=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A8A0 is #1E575F. Grayscale: #B8B8B8. Windows color (decimal): -1988448 or 10528993. OLE color: 10528993.
HSL color Cylindrical-coordinate representation of color #E1A8A0: hue angle of 7.38º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A8A0 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 160 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.12 |
| HSL | 7.38º | 0.52% | 0.75% | - |
| HSV(B) | 7.38º | 0.29% | 0.88% | - |
| XYZ | 51.4 | 46.55 | 39.53 | - |
| YUV | 184.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 160 | 0 | 0.25 | 0.29 | 0.12 | 7.38 | 0.52 | 0.75 |
| Hex | E1 | A8 | A0 | 0 | 19 | 1D | C | 7 | 34 | 4B |
| Octal | 341 | 250 | 240 | 0 | 31 | 35 | 14 | 7 | 64 | 113 |
| Binary | 11100001 | 10101000 | 10100000 | 0 | 11001 | 11101 | 1100 | 111 | 110100 | 1001011 |
Color Harmonies of #E1A8A0
Complementary color
Monochromatic Colors of #E1A8A0
Black with #E1A8A0
Text Example
Text Example
White with #E1A8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8A0; }
p { color: rgb(225,168,160); }
H1.HeaderClassName
{
color: #E1A8A0;
}
.AnyTagClassName
{
color: #E1A8A0;
}
</style>
background-color css
<style>
a { background-color: #E1A8A0; }
a { background-color: rgb(225,168,160); }
div.DivClassName
{
background-color: #E1A8A0;
}
.BgClassName
{
background-color: #E1A8A0;
}
</style>
border-color css
<style>
span { border-color: #E1A8A0; }
span { border-color: rgb(225,168,160); }
td.TdClassName
{
border-color: #E1A8A0;
}
.TagClassName
{
border-color: #E1A8A0;
}
</style>