#EC9F77

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

Shades of Dark Salmon #EC9F77

Tints of Dark Salmon #EC9F77

Color information

#EC9F77 (or 0xEC9F77) is unknown color: approx Dark Salmon. HEX triplet: EC, 9F and 77. RGB value is (236,159,119). Sum of RGB (Red+Green+Blue) = 236+159+119=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F77 is #136088. Grayscale: #B1B1B1. Windows color (decimal): -1269897 or 7839724. OLE color: 7839724.

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

Color convert

RGB236159119-
CMYK00.330.500.07
HSL20.51º75.48%69.61%-
HSV(B)20.51º49.58%92.55%-
XYZ50.3243.9623.29-
YUV177.4695.01169.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 119 (46.88% from 255) = 23.15%
R=45.91%
G=30.93%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615911900.330.500.0720.5175.4869.61
HexEC9F77021327154b46
Octal35423716704162725113106
Binary1110110010011111111011101000011100101111010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F77; }

 p { color: rgb(236,159,119); }

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

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

 a { background-color: rgb(236,159,119); }

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

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

 span { border-color: rgb(236,159,119); }

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