Shades of Shilo #E7B2A5
Tints of Shilo #E7B2A5
RGB
CMYK
RGB Variations
Color information
#E7B2A5 (or 0xE7B2A5) is known color: Shilo. HEX triplet: E7, B2 and A5. RGB value is (231,178,165). Sum of RGB (Red+Green+Blue) = 231+178+165=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B2A5 is #184D5A. Grayscale: #C0C0C0. Windows color (decimal): -1592667 or 10859239. OLE color: 10859239.
HSL color Cylindrical-coordinate representation of color #E7B2A5: hue angle of 11.82º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7B2A5 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 165 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.09 |
| HSL | 11.82º | 0.58% | 0.78% | - |
| HSV(B) | 11.82º | 0.29% | 0.91% | - |
| XYZ | 55.67 | 51.55 | 42.61 | - |
| YUV | 192.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 165 | 0 | 0.23 | 0.29 | 0.09 | 11.82 | 0.58 | 0.78 |
| Hex | E7 | B2 | A5 | 0 | 17 | 1D | 9 | C | 3A | 4E |
| Octal | 347 | 262 | 245 | 0 | 27 | 35 | 11 | 14 | 72 | 116 |
| Binary | 11100111 | 10110010 | 10100101 | 0 | 10111 | 11101 | 1001 | 1100 | 111010 | 1001110 |
Color Harmonies of #E7B2A5
Complementary color
Monochromatic Colors of #E7B2A5
Black with #E7B2A5
Text Example
Text Example
White with #E7B2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B2A5; }
p { color: rgb(231,178,165); }
H1.HeaderClassName
{
color: #E7B2A5;
}
.AnyTagClassName
{
color: #E7B2A5;
}
</style>
background-color css
<style>
a { background-color: #E7B2A5; }
a { background-color: rgb(231,178,165); }
div.DivClassName
{
background-color: #E7B2A5;
}
.BgClassName
{
background-color: #E7B2A5;
}
</style>
border-color css
<style>
span { border-color: #E7B2A5; }
span { border-color: rgb(231,178,165); }
td.TdClassName
{
border-color: #E7B2A5;
}
.TagClassName
{
border-color: #E7B2A5;
}
</style>