#EC9D70

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

Shades of Dark Salmon #EC9D70

Tints of Dark Salmon #EC9D70

Color information

#EC9D70 (or 0xEC9D70) is unknown color: approx Dark Salmon. HEX triplet: EC, 9D and 70. RGB value is (236,157,112). Sum of RGB (Red+Green+Blue) = 236+157+112=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D70 is #13628F. Grayscale: #AFAFAF. Windows color (decimal): -1270416 or 7380460. OLE color: 7380460.

HSL color Cylindrical-coordinate representation of color #EC9D70: hue angle of 21.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC9D70 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236157112-
CMYK00.330.530.07
HSL21.77º76.54%68.24%-
HSV(B)21.77º52.54%92.55%-
XYZ49.5743.1221.04-
YUV175.4992.17171.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.73%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=46.73%
G=31.09%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615711200.330.530.0721.7776.5468.24
HexEC9D70021357164d44
Octal35423516004165726115104
Binary1110110010011101111000001000011101011111011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D70; }

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

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

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

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

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

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

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

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