Shades of Shilo #E8A49A
Tints of Shilo #E8A49A
RGB
CMYK
RGB Variations
Color information
#E8A49A (or 0xE8A49A) is known color: Shilo. HEX triplet: E8, A4 and 9A. RGB value is (232,164,154). Sum of RGB (Red+Green+Blue) = 232+164+154=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A49A is #175B65. Grayscale: #B7B7B7. Windows color (decimal): -1530726 or 10134760. OLE color: 10134760.
HSL color Cylindrical-coordinate representation of color #E8A49A: hue angle of 7.69º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A49A is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 164 | 154 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.09 |
| HSL | 7.69º | 0.63% | 0.76% | - |
| HSV(B) | 7.69º | 0.34% | 0.91% | - |
| XYZ | 52.39 | 46.04 | 36.7 | - |
| YUV | 183.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 154 | 0 | 0.29 | 0.34 | 0.09 | 7.69 | 0.63 | 0.76 |
| Hex | E8 | A4 | 9A | 0 | 1D | 22 | 9 | 8 | 3F | 4C |
| Octal | 350 | 244 | 232 | 0 | 35 | 42 | 11 | 10 | 77 | 114 |
| Binary | 11101000 | 10100100 | 10011010 | 0 | 11101 | 100010 | 1001 | 1000 | 111111 | 1001100 |
Color Harmonies of #E8A49A
Complementary color
Monochromatic Colors of #E8A49A
Black with #E8A49A
Text Example
Text Example
White with #E8A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A49A; }
p { color: rgb(232,164,154); }
H1.HeaderClassName
{
color: #E8A49A;
}
.AnyTagClassName
{
color: #E8A49A;
}
</style>
background-color css
<style>
a { background-color: #E8A49A; }
a { background-color: rgb(232,164,154); }
div.DivClassName
{
background-color: #E8A49A;
}
.BgClassName
{
background-color: #E8A49A;
}
</style>
border-color css
<style>
span { border-color: #E8A49A; }
span { border-color: rgb(232,164,154); }
td.TdClassName
{
border-color: #E8A49A;
}
.TagClassName
{
border-color: #E8A49A;
}
</style>