#EC967D

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

Shades of Dark Salmon #EC967D

Tints of Dark Salmon #EC967D

Color information

#EC967D (or 0xEC967D) is unknown color: approx Dark Salmon. HEX triplet: EC, 96 and 7D. RGB value is (236,150,125). Sum of RGB (Red+Green+Blue) = 236+150+125=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC967D is #136982. Grayscale: #ADADAD. Windows color (decimal): -1272195 or 8230636. OLE color: 8230636.

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

Color convert

RGB236150125-
CMYK00.360.470.07
HSL13.51º74.5%70.78%-
HSV(B)13.51º47.03%92.55%-
XYZ49.241.1324.75-
YUV172.86100.99173.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=46.18%
G=29.35%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615012500.360.470.0713.5174.570.78
HexEC967D0242F7e4a47
Octal35422617504457716112107
Binary111011001001011011111010100100101111111111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC967D; }

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

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

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

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

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

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

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

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