#EC8D72

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

Shades of Dark Salmon #EC8D72

Tints of Dark Salmon #EC8D72

Color information

#EC8D72 (or 0xEC8D72) is unknown color: approx Dark Salmon. HEX triplet: EC, 8D and 72. RGB value is (236,141,114). Sum of RGB (Red+Green+Blue) = 236+141+114=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D72 is #13728D. Grayscale: #A6A6A6. Windows color (decimal): -1274510 or 7507436. OLE color: 7507436.

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

Color convert

RGB236141114-
CMYK00.400.520.07
HSL13.28º76.25%68.63%-
HSV(B)13.28º51.69%92.55%-
XYZ47.1538.120.79-
YUV166.3398.47177.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=48.07%
G=28.72%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614111400.400.520.0713.2876.2568.63
HexEC8D72028347d4c45
Octal35421516205064715114105
Binary111011001000110111100100101000110100111110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D72; }

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

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

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

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

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

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

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

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