Shades of Shilo #E1B2AA
Tints of Shilo #E1B2AA
RGB
CMYK
RGB Variations
Color information
#E1B2AA (or 0xE1B2AA) is known color: Shilo. HEX triplet: E1, B2 and AA. RGB value is (225,178,170). Sum of RGB (Red+Green+Blue) = 225+178+170=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B2AA is #1E4D55. Grayscale: #BFBFBF. Windows color (decimal): -1985878 or 11186913. OLE color: 11186913.
HSL color Cylindrical-coordinate representation of color #E1B2AA: hue angle of 8.73º 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 #E1B2AA is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 170 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.12 |
| HSL | 8.73º | 0.48% | 0.77% | - |
| HSV(B) | 8.73º | 0.24% | 0.88% | - |
| XYZ | 54.23 | 50.75 | 44.97 | - |
| YUV | 191.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 170 | 0 | 0.21 | 0.24 | 0.12 | 8.73 | 0.48 | 0.77 |
| Hex | E1 | B2 | AA | 0 | 15 | 18 | C | 9 | 30 | 4D |
| Octal | 341 | 262 | 252 | 0 | 25 | 30 | 14 | 11 | 60 | 115 |
| Binary | 11100001 | 10110010 | 10101010 | 0 | 10101 | 11000 | 1100 | 1001 | 110000 | 1001101 |
Color Harmonies of #E1B2AA
Complementary color
Monochromatic Colors of #E1B2AA
Black with #E1B2AA
Text Example
Text Example
White with #E1B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2AA; }
p { color: rgb(225,178,170); }
H1.HeaderClassName
{
color: #E1B2AA;
}
.AnyTagClassName
{
color: #E1B2AA;
}
</style>
background-color css
<style>
a { background-color: #E1B2AA; }
a { background-color: rgb(225,178,170); }
div.DivClassName
{
background-color: #E1B2AA;
}
.BgClassName
{
background-color: #E1B2AA;
}
</style>
border-color css
<style>
span { border-color: #E1B2AA; }
span { border-color: rgb(225,178,170); }
td.TdClassName
{
border-color: #E1B2AA;
}
.TagClassName
{
border-color: #E1B2AA;
}
</style>