#EC8D75

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

Shades of Dark Salmon #EC8D75

Tints of Dark Salmon #EC8D75

Color information

#EC8D75 (or 0xEC8D75) is unknown color: approx Dark Salmon. HEX triplet: EC, 8D and 75. RGB value is (236,141,117). Sum of RGB (Red+Green+Blue) = 236+141+117=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D75 is #13728A. Grayscale: #A6A6A6. Windows color (decimal): -1274507 or 7704044. OLE color: 7704044.

HSL color Cylindrical-coordinate representation of color #EC8D75: hue angle of 12.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8D75 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236141117-
CMYK00.400.500.07
HSL12.1º75.8%69.22%-
HSV(B)12.1º50.42%92.55%-
XYZ47.3338.1721.7-
YUV166.6799.97177.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.77%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=47.77%
G=28.54%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614111700.400.500.0712.175.869.22
HexEC8D75028327c4c45
Octal35421516505062714114105
Binary111011001000110111101010101000110010111110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D75; }

 p { color: rgb(236,141,117); }

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

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

 a { background-color: rgb(236,141,117); }

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

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

 span { border-color: rgb(236,141,117); }

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