Shades of Shilo #E7AEAB
Tints of Shilo #E7AEAB
RGB
CMYK
RGB Variations
Color information
#E7AEAB (or 0xE7AEAB) is known color: Shilo. HEX triplet: E7, AE and AB. RGB value is (231,174,171). Sum of RGB (Red+Green+Blue) = 231+174+171=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AEAB is #185154. Grayscale: #BEBEBE. Windows color (decimal): -1593685 or 11251431. OLE color: 11251431.
HSL color Cylindrical-coordinate representation of color #E7AEAB: hue angle of 3º degrees, saturation: 0.56, 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 #E7AEAB is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 174 | 171 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.09 |
| HSL | 3º | 0.56% | 0.79% | - |
| HSV(B) | 3º | 0.26% | 0.91% | - |
| XYZ | 55.44 | 50.2 | 45.3 | - |
| YUV | 190.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 174 | 171 | 0 | 0.25 | 0.26 | 0.09 | 3 | 0.56 | 0.79 |
| Hex | E7 | AE | AB | 0 | 19 | 1A | 9 | 3 | 38 | 4F |
| Octal | 347 | 256 | 253 | 0 | 31 | 32 | 11 | 3 | 70 | 117 |
| Binary | 11100111 | 10101110 | 10101011 | 0 | 11001 | 11010 | 1001 | 11 | 111000 | 1001111 |
Color Harmonies of #E7AEAB
Complementary color
Monochromatic Colors of #E7AEAB
Black with #E7AEAB
Text Example
Text Example
White with #E7AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AEAB; }
p { color: rgb(231,174,171); }
H1.HeaderClassName
{
color: #E7AEAB;
}
.AnyTagClassName
{
color: #E7AEAB;
}
</style>
background-color css
<style>
a { background-color: #E7AEAB; }
a { background-color: rgb(231,174,171); }
div.DivClassName
{
background-color: #E7AEAB;
}
.BgClassName
{
background-color: #E7AEAB;
}
</style>
border-color css
<style>
span { border-color: #E7AEAB; }
span { border-color: rgb(231,174,171); }
td.TdClassName
{
border-color: #E7AEAB;
}
.TagClassName
{
border-color: #E7AEAB;
}
</style>