#EC8A75

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

Shades of Dark Salmon #EC8A75

Tints of Dark Salmon #EC8A75

Color information

#EC8A75 (or 0xEC8A75) is unknown color: approx Dark Salmon. HEX triplet: EC, 8A and 75. RGB value is (236,138,117). Sum of RGB (Red+Green+Blue) = 236+138+117=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A75 is #13758A. Grayscale: #A5A5A5. Windows color (decimal): -1275275 or 7703276. OLE color: 7703276.

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

Color convert

RGB236138117-
CMYK00.420.500.07
HSL10.59º75.8%69.22%-
HSV(B)10.59º50.42%92.55%-
XYZ46.8937.2921.56-
YUV164.91100.97178.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=48.07%
G=28.11%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613811700.420.500.0710.5975.869.22
HexEC8A7502A327b4c45
Octal35421216505262713114105
Binary111011001000101011101010101010110010111101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A75; }

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

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

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

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

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

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

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

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