#E7AEA8

Color #E7AEA8 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #E7AEA8

Tints of Shilo #E7AEA8

Color information

#E7AEA8 (or 0xE7AEA8) is unknown color: approx 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

RGB231174168-
CMYK00.250.270.09
HSL5.71º56.76%78.24%-
HSV(B)5.71º27.27%90.59%-
XYZ55.1650.0943.81-
YUV190.36115.38156.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 168 (66.02% from 255) = 29.32%
R=40.31%
G=30.37%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117416800.250.270.095.7156.7678.24
HexE7AEA80191B96394e
Octal3472562500313311671116
Binary1110011110101110101010000110011101110011101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>