#EC9680

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

Shades of Dark Salmon #EC9680

Tints of Dark Salmon #EC9680

Color information

#EC9680 (or 0xEC9680) is unknown color: approx Dark Salmon. HEX triplet: EC, 96 and 80. RGB value is (236,150,128). Sum of RGB (Red+Green+Blue) = 236+150+128=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9680 is #13697F. Grayscale: #ADADAD. Windows color (decimal): -1272192 or 8427244. OLE color: 8427244.

HSL color Cylindrical-coordinate representation of color #EC9680: hue angle of 12.22º 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 #EC9680 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB236150128-
CMYK00.360.460.07
HSL12.22º73.97%71.37%-
HSV(B)12.22º45.76%92.55%-
XYZ49.3941.225.77-
YUV173.21102.49172.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=45.91%
G=29.18%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615012800.360.460.0712.2273.9771.37
HexEC96800242E7c4a47
Octal35422620004456714112107
Binary1110110010010110100000000100100101110111110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9680; }

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

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

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

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

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

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

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

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