#E0AA9B

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

Shades of Shilo #E0AA9B

Tints of Shilo #E0AA9B

Color information

#E0AA9B (or 0xE0AA9B) is unknown color: approx Shilo. HEX triplet: E0, AA and 9B. RGB value is (224,170,155). Sum of RGB (Red+Green+Blue) = 224+170+155=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA9B is #1F5564. Grayscale: #B8B8B8. Windows color (decimal): -2053477 or 10201824. OLE color: 10201824.

HSL color Cylindrical-coordinate representation of color #E0AA9B: hue angle of 13.04º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AA9B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224170155-
CMYK00.240.310.12
HSL13.04º52.67%74.31%-
HSV(B)13.04º30.8%87.84%-
XYZ51.0346.9637.39-
YUV184.44111.39156.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=40.80%
G=30.97%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417015500.240.310.1213.0452.6774.31
HexE0AA9B0181FCd354a
Octal34025223303037141565112
Binary11100000101010101001101101100011111110011011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA9B; }

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

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

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

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

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

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

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

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