Shades of Shilo #E6B5A3
Tints of Shilo #E6B5A3
RGB
CMYK
RGB Variations
Color information
#E6B5A3 (or 0xE6B5A3) is known color: Shilo. HEX triplet: E6, B5 and A3. RGB value is (230,181,163). Sum of RGB (Red+Green+Blue) = 230+181+163=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B5A3 is #194A5C. Grayscale: #C1C1C1. Windows color (decimal): -1657437 or 10728934. OLE color: 10728934.
HSL color Cylindrical-coordinate representation of color #E6B5A3: hue angle of 16.12º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6B5A3 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 163 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.10 |
| HSL | 16.12º | 0.57% | 0.77% | - |
| HSV(B) | 16.12º | 0.29% | 0.9% | - |
| XYZ | 55.77 | 52.52 | 41.85 | - |
| YUV | 193.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 163 | 0 | 0.21 | 0.29 | 0.10 | 16.12 | 0.57 | 0.77 |
| Hex | E6 | B5 | A3 | 0 | 15 | 1D | A | 10 | 39 | 4D |
| Octal | 346 | 265 | 243 | 0 | 25 | 35 | 12 | 20 | 71 | 115 |
| Binary | 11100110 | 10110101 | 10100011 | 0 | 10101 | 11101 | 1010 | 10000 | 111001 | 1001101 |
Color Harmonies of #E6B5A3
Complementary color
Monochromatic Colors of #E6B5A3
Black with #E6B5A3
Text Example
Text Example
White with #E6B5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B5A3; }
p { color: rgb(230,181,163); }
H1.HeaderClassName
{
color: #E6B5A3;
}
.AnyTagClassName
{
color: #E6B5A3;
}
</style>
background-color css
<style>
a { background-color: #E6B5A3; }
a { background-color: rgb(230,181,163); }
div.DivClassName
{
background-color: #E6B5A3;
}
.BgClassName
{
background-color: #E6B5A3;
}
</style>
border-color css
<style>
span { border-color: #E6B5A3; }
span { border-color: rgb(230,181,163); }
td.TdClassName
{
border-color: #E6B5A3;
}
.TagClassName
{
border-color: #E6B5A3;
}
</style>