#ECA49C

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

Shades of Shilo #ECA49C

Tints of Shilo #ECA49C

Color information

#ECA49C (or 0xECA49C) is unknown color: approx Shilo. HEX triplet: EC, A4 and 9C. RGB value is (236,164,156). Sum of RGB (Red+Green+Blue) = 236+164+156=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA49C is #135B63. Grayscale: #B8B8B8. Windows color (decimal): -1268580 or 10265836. OLE color: 10265836.

HSL color Cylindrical-coordinate representation of color #ECA49C: hue angle of 6º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECA49C is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236164156-
CMYK00.310.340.07
HSL67.8%76.86%-
HSV(B)33.9%92.55%-
XYZ53.8746.7837.64-
YUV184.62111.85164.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=42.45%
G=29.50%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616415600.310.340.07667.876.86
HexECA49C01F2276444d
Octal3542442340374276104115
Binary11101100101001001001110001111110001011111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA49C; }

 p { color: rgb(236,164,156); }

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

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

 a { background-color: rgb(236,164,156); }

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

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

 span { border-color: rgb(236,164,156); }

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