#EC9382

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

Shades of Dark Salmon #EC9382

Tints of Dark Salmon #EC9382

Color information

#EC9382 (or 0xEC9382) is unknown color: approx Dark Salmon. HEX triplet: EC, 93 and 82. RGB value is (236,147,130). Sum of RGB (Red+Green+Blue) = 236+147+130=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9382 is #136C7D. Grayscale: #ABABAB. Windows color (decimal): -1272958 or 8557548. OLE color: 8557548.

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

Color convert

RGB236147130-
CMYK00.380.450.07
HSL9.62º73.61%71.76%-
HSV(B)9.62º44.92%92.55%-
XYZ49.0640.3126.31-
YUV171.67104.49173.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=46.00%
G=28.65%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614713000.380.450.079.6273.6171.76
HexEC93820262D7a4a48
Octal35422320204655712112110
Binary1110110010010011100000100100110101101111101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9382; }

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

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

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

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

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

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

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

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