#ECA49E

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

Shades of Shilo #ECA49E

Tints of Shilo #ECA49E

Color information

#ECA49E (or 0xECA49E) is unknown color: approx Shilo. HEX triplet: EC, A4 and 9E. RGB value is (236,164,158). Sum of RGB (Red+Green+Blue) = 236+164+158=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA49E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA49E is #135B61. Grayscale: #B8B8B8. Windows color (decimal): -1268578 or 10396908. OLE color: 10396908.

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

Color convert

RGB236164158-
CMYK00.310.330.07
HSL4.62º67.24%77.25%-
HSV(B)4.62º33.05%92.55%-
XYZ54.0446.8538.54-
YUV184.84112.85164.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=42.29%
G=29.39%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616415800.310.330.074.6267.2477.25
HexECA49E01F2175434d
Octal3542442360374175103115
Binary11101100101001001001111001111110000111110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA49E; }

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

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

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

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

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

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

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

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