Shades of Shilo #E1AEA0
Tints of Shilo #E1AEA0
RGB
CMYK
RGB Variations
Color information
#E1AEA0 (or 0xE1AEA0) is known color: Shilo. HEX triplet: E1, AE and A0. RGB value is (225,174,160). Sum of RGB (Red+Green+Blue) = 225+174+160=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AEA0 is #1E515F. Grayscale: #BBBBBB. Windows color (decimal): -1986912 or 10530529. OLE color: 10530529.
HSL color Cylindrical-coordinate representation of color #E1AEA0: hue angle of 12.92º 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 #E1AEA0 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 160 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.12 |
| HSL | 12.92º | 0.52% | 0.75% | - |
| HSV(B) | 12.92º | 0.29% | 0.88% | - |
| XYZ | 52.53 | 48.82 | 39.91 | - |
| YUV | 187.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 160 | 0 | 0.23 | 0.29 | 0.12 | 12.92 | 0.52 | 0.75 |
| Hex | E1 | AE | A0 | 0 | 17 | 1D | C | D | 34 | 4B |
| Octal | 341 | 256 | 240 | 0 | 27 | 35 | 14 | 15 | 64 | 113 |
| Binary | 11100001 | 10101110 | 10100000 | 0 | 10111 | 11101 | 1100 | 1101 | 110100 | 1001011 |
Color Harmonies of #E1AEA0
Complementary color
Monochromatic Colors of #E1AEA0
Black with #E1AEA0
Text Example
Text Example
White with #E1AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEA0; }
p { color: rgb(225,174,160); }
H1.HeaderClassName
{
color: #E1AEA0;
}
.AnyTagClassName
{
color: #E1AEA0;
}
</style>
background-color css
<style>
a { background-color: #E1AEA0; }
a { background-color: rgb(225,174,160); }
div.DivClassName
{
background-color: #E1AEA0;
}
.BgClassName
{
background-color: #E1AEA0;
}
</style>
border-color css
<style>
span { border-color: #E1AEA0; }
span { border-color: rgb(225,174,160); }
td.TdClassName
{
border-color: #E1AEA0;
}
.TagClassName
{
border-color: #E1AEA0;
}
</style>