#EC8979

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

Shades of Dark Salmon #EC8979

Tints of Dark Salmon #EC8979

Color information

#EC8979 (or 0xEC8979) is unknown color: approx Dark Salmon. HEX triplet: EC, 89 and 79. RGB value is (236,137,121). Sum of RGB (Red+Green+Blue) = 236+137+121=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8979 is #137686. Grayscale: #A4A4A4. Windows color (decimal): -1275527 or 7965164. OLE color: 7965164.

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

Color convert

RGB236137121-
CMYK00.420.490.07
HSL8.35º75.16%70%-
HSV(B)8.35º48.73%92.55%-
XYZ46.9937.122.77-
YUV164.78103.3178.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.77%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=47.77%
G=27.73%
B=24.49%

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
Decimal23613712100.420.490.078.3575.1670
HexEC897902A31784b46
Octal35421117105261710113106
Binary111011001000100111110010101010110001111100010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8979; }

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

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

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

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

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

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

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

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