#EC9380

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

Shades of Dark Salmon #EC9380

Tints of Dark Salmon #EC9380

Color information

#EC9380 (or 0xEC9380) is unknown color: approx Dark Salmon. HEX triplet: EC, 93 and 80. RGB value is (236,147,128). Sum of RGB (Red+Green+Blue) = 236+147+128=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9380 is #136C7F. Grayscale: #ABABAB. Windows color (decimal): -1272960 or 8426476. OLE color: 8426476.

HSL color Cylindrical-coordinate representation of color #EC9380: hue angle of 10.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC9380 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB236147128-
CMYK00.380.460.07
HSL10.56º73.97%71.37%-
HSV(B)10.56º45.76%92.55%-
XYZ48.9240.2625.61-
YUV171.45103.49174.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=46.18%
G=28.77%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614712800.380.460.0710.5673.9771.37
HexEC93800262E7b4a47
Octal35422320004656713112107
Binary1110110010010011100000000100110101110111101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9380; }

 p { color: rgb(236,147,128); }

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

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

 a { background-color: rgb(236,147,128); }

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

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

 span { border-color: rgb(236,147,128); }

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