#E5A79D

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

Shades of Shilo #E5A79D

Tints of Shilo #E5A79D

Color information

#E5A79D (or 0xE5A79D) is unknown color: approx Shilo. HEX triplet: E5, A7 and 9D. RGB value is (229,167,157). Sum of RGB (Red+Green+Blue) = 229+167+157=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A79D is #1A5862. Grayscale: #B8B8B8. Windows color (decimal): -1726563 or 10332133. OLE color: 10332133.

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

Color convert

RGB229167157-
CMYK00.270.310.10
HSL8.33º58.06%75.69%-
HSV(B)8.33º31.44%89.8%-
XYZ52.2246.7338.17-
YUV184.4112.54159.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 157 (61.72% from 255) = 28.39%
R=41.41%
G=30.20%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916715700.270.310.108.3358.0675.69
HexE5A79D01B1FA83a4c
Octal34524723503337121072114
Binary11100101101001111001110101101111111101010001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A79D; }

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

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

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

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

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

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

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

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