#E3A69C

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

Shades of Shilo #E3A69C

Tints of Shilo #E3A69C

Color information

#E3A69C (or 0xE3A69C) is unknown color: approx Shilo. HEX triplet: E3, A6 and 9C. RGB value is (227,166,156). Sum of RGB (Red+Green+Blue) = 227+166+156=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A69C is #1C5963. Grayscale: #B7B7B7. Windows color (decimal): -1857892 or 10266339. OLE color: 10266339.

HSL color Cylindrical-coordinate representation of color #E3A69C: hue angle of 8.45º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3A69C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB227166156-
CMYK00.270.310.11
HSL8.45º55.91%75.1%-
HSV(B)8.45º31.28%89.02%-
XYZ51.324637.63-
YUV183.1112.71159.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=41.35%
G=30.24%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716615600.270.310.118.4555.9175.1
HexE3A69C01B1FB8384b
Octal34324623403337131070113
Binary11100011101001101001110001101111111101110001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A69C; }

 p { color: rgb(227,166,156); }

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

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

 a { background-color: rgb(227,166,156); }

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

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

 span { border-color: rgb(227,166,156); }

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