#EC987A

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

Shades of Dark Salmon #EC987A

Tints of Dark Salmon #EC987A

Color information

#EC987A (or 0xEC987A) is unknown color: approx Dark Salmon. HEX triplet: EC, 98 and 7A. RGB value is (236,152,122). Sum of RGB (Red+Green+Blue) = 236+152+122=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987A is #136785. Grayscale: #ADADAD. Windows color (decimal): -1271686 or 8034540. OLE color: 8034540.

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

Color convert

RGB236152122-
CMYK00.360.480.07
HSL15.79º75%70.2%-
HSV(B)15.79º48.31%92.55%-
XYZ49.3341.6923.86-
YUV173.798.83172.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=46.27%
G=29.80%
B=23.92%

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
Decimal23615212200.360.480.0715.797570.2
HexEC987A024307104b46
Octal35423017204460720113106
Binary1110110010011000111101001001001100001111000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC987A; }

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

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

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

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

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

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

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

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