#EC8978

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

Shades of Dark Salmon #EC8978

Tints of Dark Salmon #EC8978

Color information

#EC8978 (or 0xEC8978) is unknown color: approx Dark Salmon. HEX triplet: EC, 89 and 78. RGB value is (236,137,120). Sum of RGB (Red+Green+Blue) = 236+137+120=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8978 is #137687. Grayscale: #A4A4A4. Windows color (decimal): -1275528 or 7899628. OLE color: 7899628.

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

Color convert

RGB236137120-
CMYK00.420.490.07
HSL8.79º75.32%69.8%-
HSV(B)8.79º49.15%92.55%-
XYZ46.9337.0822.45-
YUV164.66102.8178.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=47.87%
G=27.79%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613712000.420.490.078.7975.3269.8
HexEC897802A31794b46
Octal35421117005261711113106
Binary111011001000100111110000101010110001111100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8978; }

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

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

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

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

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

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

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

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