Shades of Shilo #E6A49E
Tints of Shilo #E6A49E
RGB
CMYK
RGB Variations
Color information
#E6A49E (or 0xE6A49E) is known color: Shilo. HEX triplet: E6, A4 and 9E. RGB value is (230,164,158). Sum of RGB (Red+Green+Blue) = 230+164+158=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A49E is #195B61. Grayscale: #B7B7B7. Windows color (decimal): -1661794 or 10396902. OLE color: 10396902.
HSL color Cylindrical-coordinate representation of color #E6A49E: hue angle of 5º degrees, saturation: 0.59, 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 #E6A49E is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 158 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.10 |
| HSL | 5º | 0.59% | 0.76% | - |
| HSV(B) | 5º | 0.31% | 0.9% | - |
| XYZ | 52.08 | 45.84 | 38.45 | - |
| YUV | 183.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 158 | 0 | 0.29 | 0.31 | 0.10 | 5 | 0.59 | 0.76 |
| Hex | E6 | A4 | 9E | 0 | 1D | 1F | A | 5 | 3B | 4C |
| Octal | 346 | 244 | 236 | 0 | 35 | 37 | 12 | 5 | 73 | 114 |
| Binary | 11100110 | 10100100 | 10011110 | 0 | 11101 | 11111 | 1010 | 101 | 111011 | 1001100 |
Color Harmonies of #E6A49E
Complementary color
Monochromatic Colors of #E6A49E
Black with #E6A49E
Text Example
Text Example
White with #E6A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A49E; }
p { color: rgb(230,164,158); }
H1.HeaderClassName
{
color: #E6A49E;
}
.AnyTagClassName
{
color: #E6A49E;
}
</style>
background-color css
<style>
a { background-color: #E6A49E; }
a { background-color: rgb(230,164,158); }
div.DivClassName
{
background-color: #E6A49E;
}
.BgClassName
{
background-color: #E6A49E;
}
</style>
border-color css
<style>
span { border-color: #E6A49E; }
span { border-color: rgb(230,164,158); }
td.TdClassName
{
border-color: #E6A49E;
}
.TagClassName
{
border-color: #E6A49E;
}
</style>