#EC9170

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

Shades of Dark Salmon #EC9170

Tints of Dark Salmon #EC9170

Color information

#EC9170 (or 0xEC9170) is unknown color: approx Dark Salmon. HEX triplet: EC, 91 and 70. RGB value is (236,145,112). Sum of RGB (Red+Green+Blue) = 236+145+112=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9170 is #136E8F. Grayscale: #A8A8A8. Windows color (decimal): -1273488 or 7377388. OLE color: 7377388.

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

Color convert

RGB236145112-
CMYK00.390.530.07
HSL15.97º76.54%68.24%-
HSV(B)15.97º52.54%92.55%-
XYZ47.6439.2520.39-
YUV168.4596.15176.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=47.87%
G=29.41%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614511200.390.530.0715.9776.5468.24
HexEC9170027357104d44
Octal35422116004765720115104
Binary1110110010010001111000001001111101011111000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9170; }

 p { color: rgb(236,145,112); }

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

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

 a { background-color: rgb(236,145,112); }

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

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

 span { border-color: rgb(236,145,112); }

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