#E5A49D

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

Shades of Shilo #E5A49D

Tints of Shilo #E5A49D

Color information

#E5A49D (or 0xE5A49D) is unknown color: approx Shilo. HEX triplet: E5, A4 and 9D. RGB value is (229,164,157). Sum of RGB (Red+Green+Blue) = 229+164+157=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A49D is #1A5B62. Grayscale: #B6B6B6. Windows color (decimal): -1727331 or 10331365. OLE color: 10331365.

HSL color Cylindrical-coordinate representation of color #E5A49D: hue angle of 5.83º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5A49D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229164157-
CMYK00.280.310.10
HSL5.83º58.06%75.69%-
HSV(B)5.83º31.44%89.8%-
XYZ51.6745.6437.98-
YUV182.64113.53161.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=41.64%
G=29.82%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916415700.280.310.105.8358.0675.69
HexE5A49D01C1FA63a4c
Octal3452442350343712672114
Binary1110010110100100100111010111001111110101101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A49D; }

 p { color: rgb(229,164,157); }

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

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

 a { background-color: rgb(229,164,157); }

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

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

 span { border-color: rgb(229,164,157); }

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