Shades of Shilo #E5AF9E
Tints of Shilo #E5AF9E
RGB
CMYK
RGB Variations
Color information
#E5AF9E (or 0xE5AF9E) is known color: Shilo. HEX triplet: E5, AF and 9E. RGB value is (229,175,158). Sum of RGB (Red+Green+Blue) = 229+175+158=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF9E is #1A5061. Grayscale: #BDBDBD. Windows color (decimal): -1724514 or 10399717. OLE color: 10399717.
HSL color Cylindrical-coordinate representation of color #E5AF9E: hue angle of 14.37º degrees, saturation: 0.58, 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 #E5AF9E is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 158 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.10 |
| HSL | 14.37º | 0.58% | 0.76% | - |
| HSV(B) | 14.37º | 0.31% | 0.9% | - |
| XYZ | 53.81 | 49.79 | 39.12 | - |
| YUV | 189.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 158 | 0 | 0.24 | 0.31 | 0.10 | 14.37 | 0.58 | 0.76 |
| Hex | E5 | AF | 9E | 0 | 18 | 1F | A | E | 3A | 4C |
| Octal | 345 | 257 | 236 | 0 | 30 | 37 | 12 | 16 | 72 | 114 |
| Binary | 11100101 | 10101111 | 10011110 | 0 | 11000 | 11111 | 1010 | 1110 | 111010 | 1001100 |
Color Harmonies of #E5AF9E
Complementary color
Monochromatic Colors of #E5AF9E
Black with #E5AF9E
Text Example
Text Example
White with #E5AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF9E; }
p { color: rgb(229,175,158); }
H1.HeaderClassName
{
color: #E5AF9E;
}
.AnyTagClassName
{
color: #E5AF9E;
}
</style>
background-color css
<style>
a { background-color: #E5AF9E; }
a { background-color: rgb(229,175,158); }
div.DivClassName
{
background-color: #E5AF9E;
}
.BgClassName
{
background-color: #E5AF9E;
}
</style>
border-color css
<style>
span { border-color: #E5AF9E; }
span { border-color: rgb(229,175,158); }
td.TdClassName
{
border-color: #E5AF9E;
}
.TagClassName
{
border-color: #E5AF9E;
}
</style>