#EC9A76

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

Shades of Dark Salmon #EC9A76

Tints of Dark Salmon #EC9A76

Color information

#EC9A76 (or 0xEC9A76) is unknown color: approx Dark Salmon. HEX triplet: EC, 9A and 76. RGB value is (236,154,118). Sum of RGB (Red+Green+Blue) = 236+154+118=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A76 is #136589. Grayscale: #AEAEAE. Windows color (decimal): -1271178 or 7772908. OLE color: 7772908.

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

Color convert

RGB236154118-
CMYK00.350.50.07
HSL18.31º75.64%69.41%-
HSV(B)18.31º50%92.55%-
XYZ49.4242.2522.69-
YUV174.4196.17171.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=46.46%
G=30.31%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615411800.350.50.0718.3175.6469.41
HexEC9A76023327124c45
Octal35423216604362722114105
Binary1110110010011010111011001000111100101111001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A76; }

 p { color: rgb(236,154,118); }

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

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

 a { background-color: rgb(236,154,118); }

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

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

 span { border-color: rgb(236,154,118); }

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