#EC987B

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

Shades of Dark Salmon #EC987B

Tints of Dark Salmon #EC987B

Color information

#EC987B (or 0xEC987B) is unknown color: approx Dark Salmon. HEX triplet: EC, 98 and 7B. RGB value is (236,152,123). Sum of RGB (Red+Green+Blue) = 236+152+123=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987B is #136784. Grayscale: #AEAEAE. Windows color (decimal): -1271685 or 8100076. OLE color: 8100076.

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

Color convert

RGB236152123-
CMYK00.360.480.07
HSL15.4º74.83%70.39%-
HSV(B)15.4º47.88%92.55%-
XYZ49.441.7224.19-
YUV173.8199.33172.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 123 (48.44% from 255) = 24.07%
R=46.18%
G=29.75%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615212300.360.480.0715.474.8370.39
HexEC987B024307f4b46
Octal35423017304460717113106
Binary111011001001100011110110100100110000111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC987B; }

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

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

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

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

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

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

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

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