Shades of Shilo #E9AE9F
Tints of Shilo #E9AE9F
RGB
CMYK
RGB Variations
Color information
#E9AE9F (or 0xE9AE9F) is known color: Shilo. HEX triplet: E9, AE and 9F. RGB value is (233,174,159). Sum of RGB (Red+Green+Blue) = 233+174+159=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE9F is #165160. Grayscale: #BEBEBE. Windows color (decimal): -1462625 or 10465001. OLE color: 10465001.
HSL color Cylindrical-coordinate representation of color #E9AE9F: hue angle of 12.16º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9AE9F is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 159 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.09 |
| HSL | 12.16º | 0.63% | 0.77% | - |
| HSV(B) | 12.16º | 0.32% | 0.91% | - |
| XYZ | 55 | 50.1 | 39.57 | - |
| YUV | 189.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 159 | 0 | 0.25 | 0.32 | 0.09 | 12.16 | 0.63 | 0.77 |
| Hex | E9 | AE | 9F | 0 | 19 | 20 | 9 | C | 3F | 4D |
| Octal | 351 | 256 | 237 | 0 | 31 | 40 | 11 | 14 | 77 | 115 |
| Binary | 11101001 | 10101110 | 10011111 | 0 | 11001 | 100000 | 1001 | 1100 | 111111 | 1001101 |
Color Harmonies of #E9AE9F
Complementary color
Monochromatic Colors of #E9AE9F
Black with #E9AE9F
Text Example
Text Example
White with #E9AE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AE9F; }
p { color: rgb(233,174,159); }
H1.HeaderClassName
{
color: #E9AE9F;
}
.AnyTagClassName
{
color: #E9AE9F;
}
</style>
background-color css
<style>
a { background-color: #E9AE9F; }
a { background-color: rgb(233,174,159); }
div.DivClassName
{
background-color: #E9AE9F;
}
.BgClassName
{
background-color: #E9AE9F;
}
</style>
border-color css
<style>
span { border-color: #E9AE9F; }
span { border-color: rgb(233,174,159); }
td.TdClassName
{
border-color: #E9AE9F;
}
.TagClassName
{
border-color: #E9AE9F;
}
</style>