#EC9C72

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

Shades of Dark Salmon #EC9C72

Tints of Dark Salmon #EC9C72

Color information

#EC9C72 (or 0xEC9C72) is unknown color: approx Dark Salmon. HEX triplet: EC, 9C and 72. RGB value is (236,156,114). Sum of RGB (Red+Green+Blue) = 236+156+114=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C72 is #13638D. Grayscale: #AFAFAF. Windows color (decimal): -1270670 or 7511276. OLE color: 7511276.

HSL color Cylindrical-coordinate representation of color #EC9C72: hue angle of 20.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC9C72 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB236156114-
CMYK00.340.520.07
HSL20.66º76.25%68.63%-
HSV(B)20.66º51.69%92.55%-
XYZ49.5242.8221.58-
YUV175.1393.5171.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.64%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=46.64%
G=30.83%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615611400.340.520.0720.6676.2568.63
HexEC9C72022347154c45
Octal35423416204264725114105
Binary1110110010011100111001001000101101001111010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9C72; }

 p { color: rgb(236,156,114); }

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

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

 a { background-color: rgb(236,156,114); }

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

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

 span { border-color: rgb(236,156,114); }

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