Shades of Shilo #E6B5A9
Tints of Shilo #E6B5A9
RGB
CMYK
RGB Variations
Color information
#E6B5A9 (or 0xE6B5A9) is known color: Shilo. HEX triplet: E6, B5 and A9. RGB value is (230,181,169). Sum of RGB (Red+Green+Blue) = 230+181+169=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B5A9 is #194A56. Grayscale: #C2C2C2. Windows color (decimal): -1657431 or 11122150. OLE color: 11122150.
HSL color Cylindrical-coordinate representation of color #E6B5A9: hue angle of 11.8º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6B5A9 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 169 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.10 |
| HSL | 11.8º | 0.55% | 0.78% | - |
| HSV(B) | 11.8º | 0.27% | 0.9% | - |
| XYZ | 56.32 | 52.74 | 44.75 | - |
| YUV | 194.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 169 | 0 | 0.21 | 0.27 | 0.10 | 11.8 | 0.55 | 0.78 |
| Hex | E6 | B5 | A9 | 0 | 15 | 1B | A | C | 37 | 4E |
| Octal | 346 | 265 | 251 | 0 | 25 | 33 | 12 | 14 | 67 | 116 |
| Binary | 11100110 | 10110101 | 10101001 | 0 | 10101 | 11011 | 1010 | 1100 | 110111 | 1001110 |
Color Harmonies of #E6B5A9
Complementary color
Monochromatic Colors of #E6B5A9
Black with #E6B5A9
Text Example
Text Example
White with #E6B5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B5A9; }
p { color: rgb(230,181,169); }
H1.HeaderClassName
{
color: #E6B5A9;
}
.AnyTagClassName
{
color: #E6B5A9;
}
</style>
background-color css
<style>
a { background-color: #E6B5A9; }
a { background-color: rgb(230,181,169); }
div.DivClassName
{
background-color: #E6B5A9;
}
.BgClassName
{
background-color: #E6B5A9;
}
</style>
border-color css
<style>
span { border-color: #E6B5A9; }
span { border-color: rgb(230,181,169); }
td.TdClassName
{
border-color: #E6B5A9;
}
.TagClassName
{
border-color: #E6B5A9;
}
</style>