Shades of Shilo #E5A79F
Tints of Shilo #E5A79F
RGB
CMYK
RGB Variations
Color information
#E5A79F (or 0xE5A79F) is known color: Shilo. HEX triplet: E5, A7 and 9F. RGB value is (229,167,159). Sum of RGB (Red+Green+Blue) = 229+167+159=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A79F is #1A5860. Grayscale: #B8B8B8. Windows color (decimal): -1726561 or 10463205. OLE color: 10463205.
HSL color Cylindrical-coordinate representation of color #E5A79F: hue angle of 6.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5A79F is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 159 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.10 |
| HSL | 6.86º | 0.57% | 0.76% | - |
| HSV(B) | 6.86º | 0.31% | 0.9% | - |
| XYZ | 52.39 | 46.8 | 39.07 | - |
| YUV | 184.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 159 | 0 | 0.27 | 0.31 | 0.10 | 6.86 | 0.57 | 0.76 |
| Hex | E5 | A7 | 9F | 0 | 1B | 1F | A | 7 | 39 | 4C |
| Octal | 345 | 247 | 237 | 0 | 33 | 37 | 12 | 7 | 71 | 114 |
| Binary | 11100101 | 10100111 | 10011111 | 0 | 11011 | 11111 | 1010 | 111 | 111001 | 1001100 |
Color Harmonies of #E5A79F
Complementary color
Monochromatic Colors of #E5A79F
Black with #E5A79F
Text Example
Text Example
White with #E5A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A79F; }
p { color: rgb(229,167,159); }
H1.HeaderClassName
{
color: #E5A79F;
}
.AnyTagClassName
{
color: #E5A79F;
}
</style>
background-color css
<style>
a { background-color: #E5A79F; }
a { background-color: rgb(229,167,159); }
div.DivClassName
{
background-color: #E5A79F;
}
.BgClassName
{
background-color: #E5A79F;
}
</style>
border-color css
<style>
span { border-color: #E5A79F; }
span { border-color: rgb(229,167,159); }
td.TdClassName
{
border-color: #E5A79F;
}
.TagClassName
{
border-color: #E5A79F;
}
</style>