#E5A7A2

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

Shades of Shilo #E5A7A2

Tints of Shilo #E5A7A2

Color information

#E5A7A2 (or 0xE5A7A2) is unknown color: approx Shilo. HEX triplet: E5, A7 and A2. RGB value is (229,167,162). Sum of RGB (Red+Green+Blue) = 229+167+162=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A7A2 is #1A585D. Grayscale: #B9B9B9. Windows color (decimal): -1726558 or 10659813. OLE color: 10659813.

HSL color Cylindrical-coordinate representation of color #E5A7A2: hue angle of 4.48º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A7A2 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB229167162-
CMYK00.270.290.10
HSL4.48º56.3%76.67%-
HSV(B)4.48º29.26%89.8%-
XYZ52.6546.940.46-
YUV184.97115.04159.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 162 (63.67% from 255) = 29.03%
R=41.04%
G=29.93%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916716200.270.290.104.4856.376.67
HexE5A7A201B1DA4384d
Octal3452472420333512470115
Binary1110010110100111101000100110111110110101001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A7A2; }

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

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

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

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

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

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

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

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