Shades of Shilo #E6A39B
Tints of Shilo #E6A39B
RGB
CMYK
RGB Variations
Color information
#E6A39B (or 0xE6A39B) is known color: Shilo. HEX triplet: E6, A3 and 9B. RGB value is (230,163,155). Sum of RGB (Red+Green+Blue) = 230+163+155=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A39B is #195C64. Grayscale: #B6B6B6. Windows color (decimal): -1662053 or 10200038. OLE color: 10200038.
HSL color Cylindrical-coordinate representation of color #E6A39B: hue angle of 6.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A39B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 155 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.10 |
| HSL | 6.4º | 0.6% | 0.75% | - |
| HSV(B) | 6.4º | 0.33% | 0.9% | - |
| XYZ | 51.65 | 45.38 | 37.05 | - |
| YUV | 182.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 155 | 0 | 0.29 | 0.33 | 0.10 | 6.4 | 0.6 | 0.75 |
| Hex | E6 | A3 | 9B | 0 | 1D | 21 | A | 6 | 3C | 4B |
| Octal | 346 | 243 | 233 | 0 | 35 | 41 | 12 | 6 | 74 | 113 |
| Binary | 11100110 | 10100011 | 10011011 | 0 | 11101 | 100001 | 1010 | 110 | 111100 | 1001011 |
Color Harmonies of #E6A39B
Complementary color
Monochromatic Colors of #E6A39B
Black with #E6A39B
Text Example
Text Example
White with #E6A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A39B; }
p { color: rgb(230,163,155); }
H1.HeaderClassName
{
color: #E6A39B;
}
.AnyTagClassName
{
color: #E6A39B;
}
</style>
background-color css
<style>
a { background-color: #E6A39B; }
a { background-color: rgb(230,163,155); }
div.DivClassName
{
background-color: #E6A39B;
}
.BgClassName
{
background-color: #E6A39B;
}
</style>
border-color css
<style>
span { border-color: #E6A39B; }
span { border-color: rgb(230,163,155); }
td.TdClassName
{
border-color: #E6A39B;
}
.TagClassName
{
border-color: #E6A39B;
}
</style>