#E0AAA9

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

Shades of Shilo #E0AAA9

Tints of Shilo #E0AAA9

Color information

#E0AAA9 (or 0xE0AAA9) is unknown color: approx Shilo. HEX triplet: E0, AA and A9. RGB value is (224,170,169). Sum of RGB (Red+Green+Blue) = 224+170+169=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AAA9 is #1F5556. Grayscale: #BABABA. Windows color (decimal): -2053463 or 11119328. OLE color: 11119328.

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

Color convert

RGB224170169-
CMYK00.240.250.12
HSL1.09º47.01%77.06%-
HSV(B)1.09º24.55%87.84%-
XYZ52.2847.4643.94-
YUV186.03118.39155.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=39.79%
G=30.20%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417016900.240.250.121.0947.0177.06
HexE0AAA901819C12f4d
Octal3402522510303114157115
Binary11100000101010101010100101100011001110011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAA9; }

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

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

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

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

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

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

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

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