Shades of Shilo #E6B5AB
Tints of Shilo #E6B5AB
RGB
CMYK
RGB Variations
Color information
#E6B5AB (or 0xE6B5AB) is known color: Shilo. HEX triplet: E6, B5 and AB. RGB value is (230,181,171). Sum of RGB (Red+Green+Blue) = 230+181+171=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B5AB is #194A54. Grayscale: #C2C2C2. Windows color (decimal): -1657429 or 11253222. OLE color: 11253222.
HSL color Cylindrical-coordinate representation of color #E6B5AB: hue angle of 10.17º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6B5AB is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 171 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.10 |
| HSL | 10.17º | 0.54% | 0.79% | - |
| HSV(B) | 10.17º | 0.26% | 0.9% | - |
| XYZ | 56.51 | 52.81 | 45.74 | - |
| YUV | 194.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 171 | 0 | 0.21 | 0.26 | 0.10 | 10.17 | 0.54 | 0.79 |
| Hex | E6 | B5 | AB | 0 | 15 | 1A | A | A | 36 | 4F |
| Octal | 346 | 265 | 253 | 0 | 25 | 32 | 12 | 12 | 66 | 117 |
| Binary | 11100110 | 10110101 | 10101011 | 0 | 10101 | 11010 | 1010 | 1010 | 110110 | 1001111 |
Color Harmonies of #E6B5AB
Complementary color
Monochromatic Colors of #E6B5AB
Black with #E6B5AB
Text Example
Text Example
White with #E6B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B5AB; }
p { color: rgb(230,181,171); }
H1.HeaderClassName
{
color: #E6B5AB;
}
.AnyTagClassName
{
color: #E6B5AB;
}
</style>
background-color css
<style>
a { background-color: #E6B5AB; }
a { background-color: rgb(230,181,171); }
div.DivClassName
{
background-color: #E6B5AB;
}
.BgClassName
{
background-color: #E6B5AB;
}
</style>
border-color css
<style>
span { border-color: #E6B5AB; }
span { border-color: rgb(230,181,171); }
td.TdClassName
{
border-color: #E6B5AB;
}
.TagClassName
{
border-color: #E6B5AB;
}
</style>