#EC8E76

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

Shades of Dark Salmon #EC8E76

Tints of Dark Salmon #EC8E76

Color information

#EC8E76 (or 0xEC8E76) is unknown color: approx Dark Salmon. HEX triplet: EC, 8E and 76. RGB value is (236,142,118). Sum of RGB (Red+Green+Blue) = 236+142+118=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E76 is #137189. Grayscale: #A7A7A7. Windows color (decimal): -1274250 or 7769836. OLE color: 7769836.

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

Color convert

RGB236142118-
CMYK00.400.50.07
HSL12.2º75.64%69.41%-
HSV(B)12.2º50%92.55%-
XYZ47.5438.4922.06-
YUV167.37100.14176.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=47.58%
G=28.63%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614211800.400.50.0712.275.6469.41
HexEC8E76028327c4c45
Octal35421616605062714114105
Binary111011001000111011101100101000110010111110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E76; }

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

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

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

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

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

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

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

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