#E7A69F

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

Shades of Shilo #E7A69F

Tints of Shilo #E7A69F

Color information

#E7A69F (or 0xE7A69F) is unknown color: approx Shilo. HEX triplet: E7, A6 and 9F. RGB value is (231,166,159). Sum of RGB (Red+Green+Blue) = 231+166+159=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A69F is #185960. Grayscale: #B8B8B8. Windows color (decimal): -1595745 or 10462951. OLE color: 10462951.

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

Color convert

RGB231166159-
CMYK00.280.310.09
HSL5.83º60%76.47%-
HSV(B)5.83º31.17%90.59%-
XYZ52.8546.7639.04-
YUV184.64113.53161.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 159 (62.5% from 255) = 28.60%
R=41.55%
G=29.86%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116615900.280.310.095.836076.47
HexE7A69F01C1F963c4c
Octal3472462370343711674114
Binary1110011110100110100111110111001111110011101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A69F; }

 p { color: rgb(231,166,159); }

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

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

 a { background-color: rgb(231,166,159); }

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

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

 span { border-color: rgb(231,166,159); }

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