Shades of Shilo #E7B5A4
Tints of Shilo #E7B5A4
RGB
CMYK
RGB Variations
Color information
#E7B5A4 (or 0xE7B5A4) is known color: Shilo. HEX triplet: E7, B5 and A4. RGB value is (231,181,164). Sum of RGB (Red+Green+Blue) = 231+181+164=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B5A4 is #184A5B. Grayscale: #C2C2C2. Windows color (decimal): -1591900 or 10794471. OLE color: 10794471.
HSL color Cylindrical-coordinate representation of color #E7B5A4: hue angle of 15.22º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7B5A4 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 164 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.09 |
| HSL | 15.22º | 0.58% | 0.77% | - |
| HSV(B) | 15.22º | 0.29% | 0.91% | - |
| XYZ | 56.18 | 52.72 | 42.34 | - |
| YUV | 194.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 164 | 0 | 0.22 | 0.29 | 0.09 | 15.22 | 0.58 | 0.77 |
| Hex | E7 | B5 | A4 | 0 | 16 | 1D | 9 | F | 3A | 4D |
| Octal | 347 | 265 | 244 | 0 | 26 | 35 | 11 | 17 | 72 | 115 |
| Binary | 11100111 | 10110101 | 10100100 | 0 | 10110 | 11101 | 1001 | 1111 | 111010 | 1001101 |
Color Harmonies of #E7B5A4
Complementary color
Monochromatic Colors of #E7B5A4
Black with #E7B5A4
Text Example
Text Example
White with #E7B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B5A4; }
p { color: rgb(231,181,164); }
H1.HeaderClassName
{
color: #E7B5A4;
}
.AnyTagClassName
{
color: #E7B5A4;
}
</style>
background-color css
<style>
a { background-color: #E7B5A4; }
a { background-color: rgb(231,181,164); }
div.DivClassName
{
background-color: #E7B5A4;
}
.BgClassName
{
background-color: #E7B5A4;
}
</style>
border-color css
<style>
span { border-color: #E7B5A4; }
span { border-color: rgb(231,181,164); }
td.TdClassName
{
border-color: #E7B5A4;
}
.TagClassName
{
border-color: #E7B5A4;
}
</style>