#EC8A76

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

Shades of Dark Salmon #EC8A76

Tints of Dark Salmon #EC8A76

Color information

#EC8A76 (or 0xEC8A76) is unknown color: approx Dark Salmon. HEX triplet: EC, 8A and 76. RGB value is (236,138,118). Sum of RGB (Red+Green+Blue) = 236+138+118=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A76 is #137589. Grayscale: #A5A5A5. Windows color (decimal): -1275274 or 7768812. OLE color: 7768812.

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

Color convert

RGB236138118-
CMYK00.420.50.07
HSL10.17º75.64%69.41%-
HSV(B)10.17º50%92.55%-
XYZ46.9537.3221.87-
YUV165.02101.47178.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=47.97%
G=28.05%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613811800.420.50.0710.1775.6469.41
HexEC8A7602A327a4c45
Octal35421216605262712114105
Binary111011001000101011101100101010110010111101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A76; }

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

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

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

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

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

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

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

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