Shades of Shilo #E5B4A4
Tints of Shilo #E5B4A4
RGB
CMYK
RGB Variations
Color information
#E5B4A4 (or 0xE5B4A4) is known color: Shilo. HEX triplet: E5, B4 and A4. RGB value is (229,180,164). Sum of RGB (Red+Green+Blue) = 229+180+164=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B4A4 is #1A4B5B. Grayscale: #C0C0C0. Windows color (decimal): -1723228 or 10794213. OLE color: 10794213.
HSL color Cylindrical-coordinate representation of color #E5B4A4: hue angle of 14.77º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5B4A4 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 164 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.10 |
| HSL | 14.77º | 0.56% | 0.77% | - |
| HSV(B) | 14.77º | 0.28% | 0.9% | - |
| XYZ | 55.34 | 51.98 | 42.24 | - |
| YUV | 192.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 164 | 0 | 0.21 | 0.28 | 0.10 | 14.77 | 0.56 | 0.77 |
| Hex | E5 | B4 | A4 | 0 | 15 | 1C | A | F | 38 | 4D |
| Octal | 345 | 264 | 244 | 0 | 25 | 34 | 12 | 17 | 70 | 115 |
| Binary | 11100101 | 10110100 | 10100100 | 0 | 10101 | 11100 | 1010 | 1111 | 111000 | 1001101 |
Color Harmonies of #E5B4A4
Complementary color
Monochromatic Colors of #E5B4A4
Black with #E5B4A4
Text Example
Text Example
White with #E5B4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4A4; }
p { color: rgb(229,180,164); }
H1.HeaderClassName
{
color: #E5B4A4;
}
.AnyTagClassName
{
color: #E5B4A4;
}
</style>
background-color css
<style>
a { background-color: #E5B4A4; }
a { background-color: rgb(229,180,164); }
div.DivClassName
{
background-color: #E5B4A4;
}
.BgClassName
{
background-color: #E5B4A4;
}
</style>
border-color css
<style>
span { border-color: #E5B4A4; }
span { border-color: rgb(229,180,164); }
td.TdClassName
{
border-color: #E5B4A4;
}
.TagClassName
{
border-color: #E5B4A4;
}
</style>