#E5A49F

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

Shades of Shilo #E5A49F

Tints of Shilo #E5A49F

Color information

#E5A49F (or 0xE5A49F) is unknown color: approx Shilo. HEX triplet: E5, A4 and 9F. RGB value is (229,164,159). Sum of RGB (Red+Green+Blue) = 229+164+159=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A49F is #1A5B60. Grayscale: #B6B6B6. Windows color (decimal): -1727329 or 10462437. OLE color: 10462437.

HSL color Cylindrical-coordinate representation of color #E5A49F: hue angle of 4.29º degrees, saturation: 0.57, 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 #E5A49F is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229164159-
CMYK00.280.310.10
HSL4.29º57.38%76.08%-
HSV(B)4.29º30.57%89.8%-
XYZ51.8545.7138.89-
YUV182.86114.53160.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.49%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 159 (62.5% from 255) = 28.80%
R=41.49%
G=29.71%
B=28.80%

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
Decimal22916415900.280.310.104.2957.3876.08
HexE5A49F01C1FA4394c
Octal3452442370343712471114
Binary1110010110100100100111110111001111110101001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A49F; }

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

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

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

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

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

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

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

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