#EC8E7D

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

Shades of Dark Salmon #EC8E7D

Tints of Dark Salmon #EC8E7D

Color information

#EC8E7D (or 0xEC8E7D) is unknown color: approx Dark Salmon. HEX triplet: EC, 8E and 7D. RGB value is (236,142,125). Sum of RGB (Red+Green+Blue) = 236+142+125=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E7D is #137182. Grayscale: #A8A8A8. Windows color (decimal): -1274243 or 8228588. OLE color: 8228588.

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

Color convert

RGB236142125-
CMYK00.400.470.07
HSL9.19º74.5%70.78%-
HSV(B)9.19º47.03%92.55%-
XYZ47.9738.6624.34-
YUV168.17103.64176.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=46.92%
G=28.23%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614212500.400.470.079.1974.570.78
HexEC8E7D0282F794a47
Octal35421617505057711112107
Binary111011001000111011111010101000101111111100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E7D; }

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

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

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

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

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

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

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

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