Shades of Shilo #E2B8AB
Tints of Shilo #E2B8AB
RGB
CMYK
RGB Variations
Color information
#E2B8AB (or 0xE2B8AB) is known color: Shilo. HEX triplet: E2, B8 and AB. RGB value is (226,184,171). Sum of RGB (Red+Green+Blue) = 226+184+171=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B8AB is #1D4754. Grayscale: #C3C3C3. Windows color (decimal): -1918805 or 11253986. OLE color: 11253986.
HSL color Cylindrical-coordinate representation of color #E2B8AB: hue angle of 14.18º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B8AB is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 171 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.11 |
| HSL | 14.18º | 0.49% | 0.78% | - |
| HSV(B) | 14.18º | 0.24% | 0.89% | - |
| XYZ | 55.86 | 53.39 | 45.89 | - |
| YUV | 195.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 171 | 0 | 0.19 | 0.24 | 0.11 | 14.18 | 0.49 | 0.78 |
| Hex | E2 | B8 | AB | 0 | 13 | 18 | B | E | 31 | 4E |
| Octal | 342 | 270 | 253 | 0 | 23 | 30 | 13 | 16 | 61 | 116 |
| Binary | 11100010 | 10111000 | 10101011 | 0 | 10011 | 11000 | 1011 | 1110 | 110001 | 1001110 |
Color Harmonies of #E2B8AB
Complementary color
Monochromatic Colors of #E2B8AB
Black with #E2B8AB
Text Example
Text Example
White with #E2B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8AB; }
p { color: rgb(226,184,171); }
H1.HeaderClassName
{
color: #E2B8AB;
}
.AnyTagClassName
{
color: #E2B8AB;
}
</style>
background-color css
<style>
a { background-color: #E2B8AB; }
a { background-color: rgb(226,184,171); }
div.DivClassName
{
background-color: #E2B8AB;
}
.BgClassName
{
background-color: #E2B8AB;
}
</style>
border-color css
<style>
span { border-color: #E2B8AB; }
span { border-color: rgb(226,184,171); }
td.TdClassName
{
border-color: #E2B8AB;
}
.TagClassName
{
border-color: #E2B8AB;
}
</style>