#E0A49E

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

Shades of Shilo #E0A49E

Tints of Shilo #E0A49E

Color information

#E0A49E (or 0xE0A49E) is unknown color: approx Shilo. HEX triplet: E0, A4 and 9E. RGB value is (224,164,158). Sum of RGB (Red+Green+Blue) = 224+164+158=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A49E is #1F5B61. Grayscale: #B5B5B5. Windows color (decimal): -2055010 or 10396896. OLE color: 10396896.

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

Color convert

RGB224164158-
CMYK00.270.290.12
HSL5.45º51.56%74.9%-
HSV(B)5.45º29.46%87.84%-
XYZ50.1944.8738.36-
YUV181.26114.88158.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=41.03%
G=30.04%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416415800.270.290.125.4551.5674.9
HexE0A49E01B1DC5344b
Octal3402442360333514564113
Binary1110000010100100100111100110111110111001011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A49E; }

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

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

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

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

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

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

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

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