Shades of Shilo #E8B0AC
Tints of Shilo #E8B0AC
RGB
CMYK
RGB Variations
Color information
#E8B0AC (or 0xE8B0AC) is known color: Shilo. HEX triplet: E8, B0 and AC. RGB value is (232,176,172). Sum of RGB (Red+Green+Blue) = 232+176+172=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B0AC is #174F53. Grayscale: #C0C0C0. Windows color (decimal): -1527636 or 11317480. OLE color: 11317480.
HSL color Cylindrical-coordinate representation of color #E8B0AC: hue angle of 4º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8B0AC is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 172 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.09 |
| HSL | 4º | 0.57% | 0.79% | - |
| HSV(B) | 4º | 0.26% | 0.91% | - |
| XYZ | 56.25 | 51.19 | 45.94 | - |
| YUV | 192.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 172 | 0 | 0.24 | 0.26 | 0.09 | 4 | 0.57 | 0.79 |
| Hex | E8 | B0 | AC | 0 | 18 | 1A | 9 | 4 | 39 | 4F |
| Octal | 350 | 260 | 254 | 0 | 30 | 32 | 11 | 4 | 71 | 117 |
| Binary | 11101000 | 10110000 | 10101100 | 0 | 11000 | 11010 | 1001 | 100 | 111001 | 1001111 |
Color Harmonies of #E8B0AC
Complementary color
Monochromatic Colors of #E8B0AC
Black with #E8B0AC
Text Example
Text Example
White with #E8B0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0AC; }
p { color: rgb(232,176,172); }
H1.HeaderClassName
{
color: #E8B0AC;
}
.AnyTagClassName
{
color: #E8B0AC;
}
</style>
background-color css
<style>
a { background-color: #E8B0AC; }
a { background-color: rgb(232,176,172); }
div.DivClassName
{
background-color: #E8B0AC;
}
.BgClassName
{
background-color: #E8B0AC;
}
</style>
border-color css
<style>
span { border-color: #E8B0AC; }
span { border-color: rgb(232,176,172); }
td.TdClassName
{
border-color: #E8B0AC;
}
.TagClassName
{
border-color: #E8B0AC;
}
</style>