Shades of Shilo #E7AEA8
Tints of Shilo #E7AEA8
RGB
CMYK
RGB Variations
Color information
#E7AEA8 (or 0xE7AEA8) is known color: Shilo. HEX triplet: E7, AE and A8. RGB value is (231,174,168). Sum of RGB (Red+Green+Blue) = 231+174+168=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AEA8 is #185157. Grayscale: #BEBEBE. Windows color (decimal): -1593688 or 11054823. OLE color: 11054823.
HSL color Cylindrical-coordinate representation of color #E7AEA8: hue angle of 5.71º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7AEA8 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 174 | 168 | - |
CMYK | 0 | 0.25 | 0.27 | 0.09 |
HSL | 5.71º | 0.57% | 0.78% | - |
HSV(B) | 5.71º | 0.27% | 0.91% | - |
XYZ | 55.16 | 50.09 | 43.81 | - |
YUV | 190.36 | 115.38 | 156.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 174 | 168 | 0 | 0.25 | 0.27 | 0.09 | 5.71 | 0.57 | 0.78 |
Hex | E7 | AE | A8 | 0 | 19 | 1B | 9 | 6 | 39 | 4E |
Octal | 347 | 256 | 250 | 0 | 31 | 33 | 11 | 6 | 71 | 116 |
Binary | 11100111 | 10101110 | 10101000 | 0 | 11001 | 11011 | 1001 | 110 | 111001 | 1001110 |
Color Harmonies of #E7AEA8
Complementary color
Monochromatic Colors of #E7AEA8
Black with #E7AEA8
Text Example
Text Example
White with #E7AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AEA8; }
p { color: rgb(231,174,168); }
H1.HeaderClassName
{
color: #E7AEA8;
}
.AnyTagClassName
{
color: #E7AEA8;
}
</style>
background-color css
<style>
a { background-color: #E7AEA8; }
a { background-color: rgb(231,174,168); }
div.DivClassName
{
background-color: #E7AEA8;
}
.BgClassName
{
background-color: #E7AEA8;
}
</style>
border-color css
<style>
span { border-color: #E7AEA8; }
span { border-color: rgb(231,174,168); }
td.TdClassName
{
border-color: #E7AEA8;
}
.TagClassName
{
border-color: #E7AEA8;
}
</style>