Shades of Shilo #E3AF9E
Tints of Shilo #E3AF9E
RGB
CMYK
RGB Variations
Color information
#E3AF9E (or 0xE3AF9E) is known color: Shilo. HEX triplet: E3, AF and 9E. RGB value is (227,175,158). Sum of RGB (Red+Green+Blue) = 227+175+158=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AF9E is #1C5061. Grayscale: #BCBCBC. Windows color (decimal): -1855586 or 10399715. OLE color: 10399715.
HSL color Cylindrical-coordinate representation of color #E3AF9E: hue angle of 14.78º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3AF9E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 158 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.11 |
| HSL | 14.78º | 0.55% | 0.75% | - |
| HSV(B) | 14.78º | 0.3% | 0.89% | - |
| XYZ | 53.18 | 49.46 | 39.09 | - |
| YUV | 188.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 158 | 0 | 0.23 | 0.30 | 0.11 | 14.78 | 0.55 | 0.75 |
| Hex | E3 | AF | 9E | 0 | 17 | 1E | B | F | 37 | 4B |
| Octal | 343 | 257 | 236 | 0 | 27 | 36 | 13 | 17 | 67 | 113 |
| Binary | 11100011 | 10101111 | 10011110 | 0 | 10111 | 11110 | 1011 | 1111 | 110111 | 1001011 |
Color Harmonies of #E3AF9E
Complementary color
Monochromatic Colors of #E3AF9E
Black with #E3AF9E
Text Example
Text Example
White with #E3AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF9E; }
p { color: rgb(227,175,158); }
H1.HeaderClassName
{
color: #E3AF9E;
}
.AnyTagClassName
{
color: #E3AF9E;
}
</style>
background-color css
<style>
a { background-color: #E3AF9E; }
a { background-color: rgb(227,175,158); }
div.DivClassName
{
background-color: #E3AF9E;
}
.BgClassName
{
background-color: #E3AF9E;
}
</style>
border-color css
<style>
span { border-color: #E3AF9E; }
span { border-color: rgb(227,175,158); }
td.TdClassName
{
border-color: #E3AF9E;
}
.TagClassName
{
border-color: #E3AF9E;
}
</style>