Shades of Shilo #E5B4AB
Tints of Shilo #E5B4AB
RGB
CMYK
RGB Variations
Color information
#E5B4AB (or 0xE5B4AB) is known color: Shilo. HEX triplet: E5, B4 and AB. RGB value is (229,180,171). Sum of RGB (Red+Green+Blue) = 229+180+171=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B4AB is #1A4B54. Grayscale: #C1C1C1. Windows color (decimal): -1723221 or 11252965. OLE color: 11252965.
HSL color Cylindrical-coordinate representation of color #E5B4AB: hue angle of 9.31º 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 #E5B4AB is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 171 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.10 |
| HSL | 9.31º | 0.53% | 0.78% | - |
| HSV(B) | 9.31º | 0.25% | 0.9% | - |
| XYZ | 55.99 | 52.24 | 45.66 | - |
| YUV | 193.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 171 | 0 | 0.21 | 0.25 | 0.10 | 9.31 | 0.53 | 0.78 |
| Hex | E5 | B4 | AB | 0 | 15 | 19 | A | 9 | 35 | 4E |
| Octal | 345 | 264 | 253 | 0 | 25 | 31 | 12 | 11 | 65 | 116 |
| Binary | 11100101 | 10110100 | 10101011 | 0 | 10101 | 11001 | 1010 | 1001 | 110101 | 1001110 |
Color Harmonies of #E5B4AB
Complementary color
Monochromatic Colors of #E5B4AB
Black with #E5B4AB
Text Example
Text Example
White with #E5B4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4AB; }
p { color: rgb(229,180,171); }
H1.HeaderClassName
{
color: #E5B4AB;
}
.AnyTagClassName
{
color: #E5B4AB;
}
</style>
background-color css
<style>
a { background-color: #E5B4AB; }
a { background-color: rgb(229,180,171); }
div.DivClassName
{
background-color: #E5B4AB;
}
.BgClassName
{
background-color: #E5B4AB;
}
</style>
border-color css
<style>
span { border-color: #E5B4AB; }
span { border-color: rgb(229,180,171); }
td.TdClassName
{
border-color: #E5B4AB;
}
.TagClassName
{
border-color: #E5B4AB;
}
</style>