#EC8D78

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

Shades of Dark Salmon #EC8D78

Tints of Dark Salmon #EC8D78

Color information

#EC8D78 (or 0xEC8D78) is unknown color: approx Dark Salmon. HEX triplet: EC, 8D and 78. RGB value is (236,141,120). Sum of RGB (Red+Green+Blue) = 236+141+120=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D78 is #137287. Grayscale: #A7A7A7. Windows color (decimal): -1274504 or 7900652. OLE color: 7900652.

HSL color Cylindrical-coordinate representation of color #EC8D78: hue angle of 10.86º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC8D78 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236141120-
CMYK00.400.490.07
HSL10.86º75.32%69.8%-
HSV(B)10.86º49.15%92.55%-
XYZ47.5138.2422.65-
YUV167.01101.47177.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=47.48%
G=28.37%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614112000.400.490.0710.8675.3269.8
HexEC8D78028317b4b46
Octal35421517005061713113106
Binary111011001000110111110000101000110001111101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D78; }

 p { color: rgb(236,141,120); }

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

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

 a { background-color: rgb(236,141,120); }

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

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

 span { border-color: rgb(236,141,120); }

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