#EC997D

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

Shades of Dark Salmon #EC997D

Tints of Dark Salmon #EC997D

Color information

#EC997D (or 0xEC997D) is unknown color: approx Dark Salmon. HEX triplet: EC, 99 and 7D. RGB value is (236,153,125). Sum of RGB (Red+Green+Blue) = 236+153+125=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC997D is #136682. Grayscale: #AEAEAE. Windows color (decimal): -1271427 or 8231404. OLE color: 8231404.

HSL color Cylindrical-coordinate representation of color #EC997D: hue angle of 15.14º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC997D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236153125-
CMYK00.350.470.07
HSL15.14º74.5%70.78%-
HSV(B)15.14º47.03%92.55%-
XYZ49.6842.124.91-
YUV174.62100171.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 125 (49.22% from 255) = 24.32%
R=45.91%
G=29.77%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615312500.350.470.0715.1474.570.78
HexEC997D0232F7f4a47
Octal35423117504357717112107
Binary111011001001100111111010100011101111111111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC997D; }

 p { color: rgb(236,153,125); }

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

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

 a { background-color: rgb(236,153,125); }

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

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

 span { border-color: rgb(236,153,125); }

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