#E7A49E

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

Shades of Shilo #E7A49E

Tints of Shilo #E7A49E

Color information

#E7A49E (or 0xE7A49E) is unknown color: approx Shilo. HEX triplet: E7, A4 and 9E. RGB value is (231,164,158). Sum of RGB (Red+Green+Blue) = 231+164+158=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A49E is #185B61. Grayscale: #B7B7B7. Windows color (decimal): -1596258 or 10396903. OLE color: 10396903.

HSL color Cylindrical-coordinate representation of color #E7A49E: hue angle of 4.93º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A49E is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231164158-
CMYK00.290.320.09
HSL4.93º60.33%76.27%-
HSV(B)4.93º31.6%90.59%-
XYZ52.446.0138.47-
YUV183.35113.7161.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=41.77%
G=29.66%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116415800.290.320.094.9360.3376.27
HexE7A49E01D20953c4c
Octal3472442360354011574114
Binary11100111101001001001111001110110000010011011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A49E; }

 p { color: rgb(231,164,158); }

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

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

 a { background-color: rgb(231,164,158); }

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

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

 span { border-color: rgb(231,164,158); }

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