#E1A79D

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

Shades of Shilo #E1A79D

Tints of Shilo #E1A79D

Color information

#E1A79D (or 0xE1A79D) is unknown color: approx Shilo. HEX triplet: E1, A7 and 9D. RGB value is (225,167,157). Sum of RGB (Red+Green+Blue) = 225+167+157=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A79D is #1E5862. Grayscale: #B7B7B7. Windows color (decimal): -1988707 or 10332129. OLE color: 10332129.

HSL color Cylindrical-coordinate representation of color #E1A79D: hue angle of 8.82º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1A79D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225167157-
CMYK00.260.300.12
HSL8.82º53.12%74.9%-
HSV(B)8.82º30.22%88.24%-
XYZ50.9646.0838.11-
YUV183.2113.22157.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=40.98%
G=30.42%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516715700.260.300.128.8253.1274.9
HexE1A79D01A1EC9354b
Octal34124723503236141165113
Binary11100001101001111001110101101011110110010011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A79D; }

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

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

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

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

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

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

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

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