#ECA49D

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

Shades of Shilo #ECA49D

Tints of Shilo #ECA49D

Color information

#ECA49D (or 0xECA49D) is unknown color: approx Shilo. HEX triplet: EC, A4 and 9D. RGB value is (236,164,157). Sum of RGB (Red+Green+Blue) = 236+164+157=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA49D is #135B62. Grayscale: #B8B8B8. Windows color (decimal): -1268579 or 10331372. OLE color: 10331372.

HSL color Cylindrical-coordinate representation of color #ECA49D: hue angle of 5.32º degrees, saturation: 0.68, 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 #ECA49D is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236164157-
CMYK00.310.330.07
HSL5.32º67.52%77.06%-
HSV(B)5.32º33.47%92.55%-
XYZ53.9546.8238.09-
YUV184.73112.35164.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=42.37%
G=29.44%
B=28.19%

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
Decimal23616415700.310.330.075.3267.5277.06
HexECA49D01F2175444d
Octal3542442350374175104115
Binary11101100101001001001110101111110000111110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA49D; }

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

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

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

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

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

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

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

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