#ECA173

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

Shades of Dark Salmon #ECA173

Tints of Dark Salmon #ECA173

Color information

#ECA173 (or 0xECA173) is unknown color: approx Dark Salmon. HEX triplet: EC, A1 and 73. RGB value is (236,161,115). Sum of RGB (Red+Green+Blue) = 236+161+115=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA173 is #135E8C. Grayscale: #B2B2B2. Windows color (decimal): -1269389 or 7578092. OLE color: 7578092.

HSL color Cylindrical-coordinate representation of color #ECA173: hue angle of 22.81º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECA173 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236161115-
CMYK00.320.510.07
HSL22.81º76.1%68.82%-
HSV(B)22.81º51.27%92.55%-
XYZ50.4344.5622.16-
YUV178.1892.35169.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 115 (45.31% from 255) = 22.46%
R=46.09%
G=31.45%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616111500.320.510.0722.8176.168.82
HexECA173020337174c45
Octal35424116304063727114105
Binary1110110010100001111001101000001100111111011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA173; }

 p { color: rgb(236,161,115); }

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

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

 a { background-color: rgb(236,161,115); }

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

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

 span { border-color: rgb(236,161,115); }

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