#e0aa9e

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

Shades of Shilo #E0AA9E

Tints of Shilo #E0AA9E

Color information

#E0AA9E (or 0xE0AA9E) is unknown color: approx Shilo. HEX triplet: E0, AA and 9E. RGB value is (224,170,158). Sum of RGB (Red+Green+Blue) = 224+170+158=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA9E is #1F5561. Grayscale: #B8B8B8. Windows color (decimal): -2053474 or 10398432. OLE color: 10398432.

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

Color convert

RGB224170158-
CMYK00.240.290.12
HSL10.91º51.56%74.9%-
HSV(B)10.91º29.46%87.84%-
XYZ51.2947.0738.73-
YUV184.78112.89155.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=40.58%
G=30.80%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417015800.240.290.1210.9151.5674.9
HexE0AA9E0181DCb344b
Octal34025223603035141364113
Binary11100000101010101001111001100011101110010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0aa9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0aa9e; }

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

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

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

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

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

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

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

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