Shades of Shilo #E5B2AB
Tints of Shilo #E5B2AB
RGB
CMYK
RGB Variations
Color information
#E5B2AB (or 0xE5B2AB) is known color: Shilo. HEX triplet: E5, B2 and AB. RGB value is (229,178,171). Sum of RGB (Red+Green+Blue) = 229+178+171=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B2AB is #1A4D54. Grayscale: #C0C0C0. Windows color (decimal): -1723733 or 11252453. OLE color: 11252453.
HSL color Cylindrical-coordinate representation of color #E5B2AB: hue angle of 7.24º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5B2AB is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 171 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.10 |
| HSL | 7.24º | 0.53% | 0.78% | - |
| HSV(B) | 7.24º | 0.25% | 0.9% | - |
| XYZ | 55.58 | 51.44 | 45.53 | - |
| YUV | 192.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 171 | 0 | 0.22 | 0.25 | 0.10 | 7.24 | 0.53 | 0.78 |
| Hex | E5 | B2 | AB | 0 | 16 | 19 | A | 7 | 35 | 4E |
| Octal | 345 | 262 | 253 | 0 | 26 | 31 | 12 | 7 | 65 | 116 |
| Binary | 11100101 | 10110010 | 10101011 | 0 | 10110 | 11001 | 1010 | 111 | 110101 | 1001110 |
Color Harmonies of #E5B2AB
Complementary color
Monochromatic Colors of #E5B2AB
Black with #E5B2AB
Text Example
Text Example
White with #E5B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B2AB; }
p { color: rgb(229,178,171); }
H1.HeaderClassName
{
color: #E5B2AB;
}
.AnyTagClassName
{
color: #E5B2AB;
}
</style>
background-color css
<style>
a { background-color: #E5B2AB; }
a { background-color: rgb(229,178,171); }
div.DivClassName
{
background-color: #E5B2AB;
}
.BgClassName
{
background-color: #E5B2AB;
}
</style>
border-color css
<style>
span { border-color: #E5B2AB; }
span { border-color: rgb(229,178,171); }
td.TdClassName
{
border-color: #E5B2AB;
}
.TagClassName
{
border-color: #E5B2AB;
}
</style>