#EC9E72

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

Shades of Dark Salmon #EC9E72

Tints of Dark Salmon #EC9E72

Color information

#EC9E72 (or 0xEC9E72) is unknown color: approx Dark Salmon. HEX triplet: EC, 9E and 72. RGB value is (236,158,114). Sum of RGB (Red+Green+Blue) = 236+158+114=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9E72 is #13618D. Grayscale: #B0B0B0. Windows color (decimal): -1270158 or 7511788. OLE color: 7511788.

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

Color convert

RGB236158114-
CMYK00.330.520.07
HSL21.64º76.25%68.63%-
HSV(B)21.64º51.69%92.55%-
XYZ49.8643.521.69-
YUV176.3192.84170.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=46.46%
G=31.10%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615811400.330.520.0721.6476.2568.63
HexEC9E72021347164c45
Octal35423616204164726114105
Binary1110110010011110111001001000011101001111011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9E72; }

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

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

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

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

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

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

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

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