#E0AA9D

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

Shades of Shilo #E0AA9D

Tints of Shilo #E0AA9D

Color information

#E0AA9D (or 0xE0AA9D) is unknown color: approx Shilo. HEX triplet: E0, AA and 9D. RGB value is (224,170,157). Sum of RGB (Red+Green+Blue) = 224+170+157=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA9D is #1F5562. Grayscale: #B8B8B8. Windows color (decimal): -2053475 or 10332896. OLE color: 10332896.

HSL color Cylindrical-coordinate representation of color #E0AA9D: hue angle of 11.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0AA9D is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224170157-
CMYK00.240.300.12
HSL11.64º51.94%74.71%-
HSV(B)11.64º29.91%87.84%-
XYZ51.247.0338.28-
YUV184.66112.39156.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=40.65%
G=30.85%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417015700.240.300.1211.6451.9474.71
HexE0AA9D0181ECc344b
Octal34025223503036141464113
Binary11100000101010101001110101100011110110011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA9D; }

 p { color: rgb(224,170,157); }

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

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

 a { background-color: rgb(224,170,157); }

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

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

 span { border-color: rgb(224,170,157); }

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