Shades of Shilo #E7B3A4
Tints of Shilo #E7B3A4
RGB
CMYK
RGB Variations
Color information
#E7B3A4 (or 0xE7B3A4) is known color: Shilo. HEX triplet: E7, B3 and A4. RGB value is (231,179,164). Sum of RGB (Red+Green+Blue) = 231+179+164=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B3A4 is #184C5B. Grayscale: #C0C0C0. Windows color (decimal): -1592412 or 10793959. OLE color: 10793959.
HSL color Cylindrical-coordinate representation of color #E7B3A4: hue angle of 13.43º 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 #E7B3A4 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 164 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.09 |
| HSL | 13.43º | 0.58% | 0.77% | - |
| HSV(B) | 13.43º | 0.29% | 0.91% | - |
| XYZ | 55.78 | 51.91 | 42.2 | - |
| YUV | 192.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 164 | 0 | 0.23 | 0.29 | 0.09 | 13.43 | 0.58 | 0.77 |
| Hex | E7 | B3 | A4 | 0 | 17 | 1D | 9 | D | 3A | 4D |
| Octal | 347 | 263 | 244 | 0 | 27 | 35 | 11 | 15 | 72 | 115 |
| Binary | 11100111 | 10110011 | 10100100 | 0 | 10111 | 11101 | 1001 | 1101 | 111010 | 1001101 |
Color Harmonies of #E7B3A4
Complementary color
Monochromatic Colors of #E7B3A4
Black with #E7B3A4
Text Example
Text Example
White with #E7B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B3A4; }
p { color: rgb(231,179,164); }
H1.HeaderClassName
{
color: #E7B3A4;
}
.AnyTagClassName
{
color: #E7B3A4;
}
</style>
background-color css
<style>
a { background-color: #E7B3A4; }
a { background-color: rgb(231,179,164); }
div.DivClassName
{
background-color: #E7B3A4;
}
.BgClassName
{
background-color: #E7B3A4;
}
</style>
border-color css
<style>
span { border-color: #E7B3A4; }
span { border-color: rgb(231,179,164); }
td.TdClassName
{
border-color: #E7B3A4;
}
.TagClassName
{
border-color: #E7B3A4;
}
</style>