#E5AAA3

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

Shades of Shilo #E5AAA3

Tints of Shilo #E5AAA3

Color information

#E5AAA3 (or 0xE5AAA3) is unknown color: approx Shilo. HEX triplet: E5, AA and A3. RGB value is (229,170,163). Sum of RGB (Red+Green+Blue) = 229+170+163=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AAA3 is #1A555C. Grayscale: #BABABA. Windows color (decimal): -1725789 or 10726117. OLE color: 10726117.

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

Color convert

RGB229170163-
CMYK00.260.290.10
HSL6.36º55.93%76.86%-
HSV(B)6.36º28.82%89.8%-
XYZ53.348.0541.12-
YUV186.84114.55158.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=40.75%
G=30.25%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917016300.260.290.106.3655.9376.86
HexE5AAA301A1DA6384d
Octal3452522430323512670115
Binary1110010110101010101000110110101110110101101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAA3; }

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

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

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

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

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

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

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

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