Shades of Shilo #E8B5AC
Tints of Shilo #E8B5AC
RGB
CMYK
RGB Variations
Color information
#E8B5AC (or 0xE8B5AC) is known color: Shilo. HEX triplet: E8, B5 and AC. RGB value is (232,181,172). Sum of RGB (Red+Green+Blue) = 232+181+172=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B5AC is #174A53. Grayscale: #C3C3C3. Windows color (decimal): -1526356 or 11318760. OLE color: 11318760.
HSL color Cylindrical-coordinate representation of color #E8B5AC: hue angle of 9º 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 #E8B5AC is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 181 | 172 | - |
CMYK | 0 | 0.22 | 0.26 | 0.09 |
HSL | 9º | 0.57% | 0.79% | - |
HSV(B) | 9º | 0.26% | 0.91% | - |
XYZ | 57.25 | 53.18 | 46.28 | - |
YUV | 195.22 | 114.9 | 154.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 181 | 172 | 0 | 0.22 | 0.26 | 0.09 | 9 | 0.57 | 0.79 |
Hex | E8 | B5 | AC | 0 | 16 | 1A | 9 | 9 | 39 | 4F |
Octal | 350 | 265 | 254 | 0 | 26 | 32 | 11 | 11 | 71 | 117 |
Binary | 11101000 | 10110101 | 10101100 | 0 | 10110 | 11010 | 1001 | 1001 | 111001 | 1001111 |
Color Harmonies of #E8B5AC
Complementary color
Monochromatic Colors of #E8B5AC
Black with #E8B5AC
Text Example
Text Example
White with #E8B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5AC; }
p { color: rgb(232,181,172); }
H1.HeaderClassName
{
color: #E8B5AC;
}
.AnyTagClassName
{
color: #E8B5AC;
}
</style>
background-color css
<style>
a { background-color: #E8B5AC; }
a { background-color: rgb(232,181,172); }
div.DivClassName
{
background-color: #E8B5AC;
}
.BgClassName
{
background-color: #E8B5AC;
}
</style>
border-color css
<style>
span { border-color: #E8B5AC; }
span { border-color: rgb(232,181,172); }
td.TdClassName
{
border-color: #E8B5AC;
}
.TagClassName
{
border-color: #E8B5AC;
}
</style>