Shades of Shilo #E8A49B
Tints of Shilo #E8A49B
RGB
CMYK
RGB Variations
Color information
#E8A49B (or 0xE8A49B) is known color: Shilo. HEX triplet: E8, A4 and 9B. RGB value is (232,164,155). Sum of RGB (Red+Green+Blue) = 232+164+155=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A49B is #175B64. Grayscale: #B7B7B7. Windows color (decimal): -1530725 or 10200296. OLE color: 10200296.
HSL color Cylindrical-coordinate representation of color #E8A49B: hue angle of 7.01º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E8A49B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 164 | 155 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.09 |
| HSL | 7.01º | 0.63% | 0.76% | - |
| HSV(B) | 7.01º | 0.33% | 0.91% | - |
| XYZ | 52.47 | 46.07 | 37.14 | - |
| YUV | 183.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 155 | 0 | 0.29 | 0.33 | 0.09 | 7.01 | 0.63 | 0.76 |
| Hex | E8 | A4 | 9B | 0 | 1D | 21 | 9 | 7 | 3F | 4C |
| Octal | 350 | 244 | 233 | 0 | 35 | 41 | 11 | 7 | 77 | 114 |
| Binary | 11101000 | 10100100 | 10011011 | 0 | 11101 | 100001 | 1001 | 111 | 111111 | 1001100 |
Color Harmonies of #E8A49B
Complementary color
Monochromatic Colors of #E8A49B
Black with #E8A49B
Text Example
Text Example
White with #E8A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A49B; }
p { color: rgb(232,164,155); }
H1.HeaderClassName
{
color: #E8A49B;
}
.AnyTagClassName
{
color: #E8A49B;
}
</style>
background-color css
<style>
a { background-color: #E8A49B; }
a { background-color: rgb(232,164,155); }
div.DivClassName
{
background-color: #E8A49B;
}
.BgClassName
{
background-color: #E8A49B;
}
</style>
border-color css
<style>
span { border-color: #E8A49B; }
span { border-color: rgb(232,164,155); }
td.TdClassName
{
border-color: #E8A49B;
}
.TagClassName
{
border-color: #E8A49B;
}
</style>