#EC9D7D

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

Shades of Dark Salmon #EC9D7D

Tints of Dark Salmon #EC9D7D

Color information

#EC9D7D (or 0xEC9D7D) is unknown color: approx Dark Salmon. HEX triplet: EC, 9D and 7D. RGB value is (236,157,125). Sum of RGB (Red+Green+Blue) = 236+157+125=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D7D is #136282. Grayscale: #B1B1B1. Windows color (decimal): -1270403 or 8232428. OLE color: 8232428.

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

Color convert

RGB236157125-
CMYK00.330.470.07
HSL17.3º74.5%70.78%-
HSV(B)17.3º47.03%92.55%-
XYZ50.3543.4325.13-
YUV176.9798.67170.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=45.56%
G=30.31%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615712500.330.470.0717.374.570.78
HexEC9D7D0212F7114a47
Octal35423517504157721112107
Binary1110110010011101111110101000011011111111000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D7D; }

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

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

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

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

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

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

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

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