Shades of Shilo #E1B7AA
Tints of Shilo #E1B7AA
RGB
CMYK
RGB Variations
Color information
#E1B7AA (or 0xE1B7AA) is known color: Shilo. HEX triplet: E1, B7 and AA. RGB value is (225,183,170). Sum of RGB (Red+Green+Blue) = 225+183+170=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B7AA is #1E4855. Grayscale: #C2C2C2. Windows color (decimal): -1984598 or 11188193. OLE color: 11188193.
HSL color Cylindrical-coordinate representation of color #E1B7AA: hue angle of 14.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1B7AA is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 170 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.12 |
| HSL | 14.18º | 0.48% | 0.77% | - |
| HSV(B) | 14.18º | 0.24% | 0.88% | - |
| XYZ | 55.24 | 52.78 | 45.31 | - |
| YUV | 194.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 170 | 0 | 0.19 | 0.24 | 0.12 | 14.18 | 0.48 | 0.77 |
| Hex | E1 | B7 | AA | 0 | 13 | 18 | C | E | 30 | 4D |
| Octal | 341 | 267 | 252 | 0 | 23 | 30 | 14 | 16 | 60 | 115 |
| Binary | 11100001 | 10110111 | 10101010 | 0 | 10011 | 11000 | 1100 | 1110 | 110000 | 1001101 |
Color Harmonies of #E1B7AA
Complementary color
Monochromatic Colors of #E1B7AA
Black with #E1B7AA
Text Example
Text Example
White with #E1B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7AA; }
p { color: rgb(225,183,170); }
H1.HeaderClassName
{
color: #E1B7AA;
}
.AnyTagClassName
{
color: #E1B7AA;
}
</style>
background-color css
<style>
a { background-color: #E1B7AA; }
a { background-color: rgb(225,183,170); }
div.DivClassName
{
background-color: #E1B7AA;
}
.BgClassName
{
background-color: #E1B7AA;
}
</style>
border-color css
<style>
span { border-color: #E1B7AA; }
span { border-color: rgb(225,183,170); }
td.TdClassName
{
border-color: #E1B7AA;
}
.TagClassName
{
border-color: #E1B7AA;
}
</style>