#E5AA9E

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

Shades of Shilo #E5AA9E

Tints of Shilo #E5AA9E

Color information

#E5AA9E (or 0xE5AA9E) is unknown color: approx Shilo. HEX triplet: E5, AA and 9E. RGB value is (229,170,158). Sum of RGB (Red+Green+Blue) = 229+170+158=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AA9E is #1A5561. Grayscale: #BABABA. Windows color (decimal): -1725794 or 10398437. OLE color: 10398437.

HSL color Cylindrical-coordinate representation of color #E5AA9E: hue angle of 10.14º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5AA9E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229170158-
CMYK00.260.310.10
HSL10.14º57.72%75.88%-
HSV(B)10.14º31%89.8%-
XYZ52.8647.8838.8-
YUV186.27112.05158.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=41.11%
G=30.52%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917015800.260.310.1010.1457.7275.88
HexE5AA9E01A1FAa3a4c
Octal34525223603237121272114
Binary11100101101010101001111001101011111101010101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AA9E; }

 p { color: rgb(229,170,158); }

 H1.HeaderClassName
 {
   color: #E5AA9E;
 }
 .AnyTagClassName
 {
   color: #E5AA9E;
 }
</style>
background-color css

<style>
 a { background-color: #E5AA9E; }

 a { background-color: rgb(229,170,158); }

 div.DivClassName
 {
   background-color: #E5AA9E;
 }
 .BgClassName
 {
   background-color: #E5AA9E;
 }
</style>
border-color css

<style>
 span { border-color: #E5AA9E; }

 span { border-color: rgb(229,170,158); }

 td.TdClassName
 {
   border-color: #E5AA9E;
 }
 .TagClassName
 {
   border-color: #E5AA9E;
 }
</style>