#E0AAA0

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

Shades of Shilo #E0AAA0

Tints of Shilo #E0AAA0

Color information

#E0AAA0 (or 0xE0AAA0) is unknown color: approx Shilo. HEX triplet: E0, AA and A0. RGB value is (224,170,160). Sum of RGB (Red+Green+Blue) = 224+170+160=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AAA0 is #1F555F. Grayscale: #B9B9B9. Windows color (decimal): -2053472 or 10529504. OLE color: 10529504.

HSL color Cylindrical-coordinate representation of color #E0AAA0: hue angle of 9.38º degrees, saturation: 0.51, 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 #E0AAA0 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224170160-
CMYK00.240.290.12
HSL9.38º50.79%75.29%-
HSV(B)9.38º28.57%87.84%-
XYZ51.4647.1339.64-
YUV185.01113.89155.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=40.43%
G=30.69%
B=28.88%

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
Decimal22417016000.240.290.129.3850.7975.29
HexE0AAA00181DC9334b
Octal34025224003035141163113
Binary11100000101010101010000001100011101110010011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAA0; }

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

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

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

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

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

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

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

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