#EC986C

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

Shades of Dark Salmon #EC986C

Tints of Dark Salmon #EC986C

Color information

#EC986C (or 0xEC986C) is unknown color: approx Dark Salmon. HEX triplet: EC, 98 and 6C. RGB value is (236,152,108). Sum of RGB (Red+Green+Blue) = 236+152+108=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC986C is #136793. Grayscale: #ACACAC. Windows color (decimal): -1271700 or 7117036. OLE color: 7117036.

HSL color Cylindrical-coordinate representation of color #EC986C: hue angle of 20.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC986C is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB236152108-
CMYK00.360.540.07
HSL20.63º77.11%67.45%-
HSV(B)20.63º54.24%92.55%-
XYZ48.5341.3719.62-
YUV172.191.83173.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 108 (42.58% from 255) = 21.77%
R=47.58%
G=30.65%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615210800.360.540.0720.6377.1167.45
HexEC986C024367154d43
Octal35423015404466725115103
Binary1110110010011000110110001001001101101111010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC986C; }

 p { color: rgb(236,152,108); }

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

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

 a { background-color: rgb(236,152,108); }

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

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

 span { border-color: rgb(236,152,108); }

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