#EC9679

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

Shades of Dark Salmon #EC9679

Tints of Dark Salmon #EC9679

Color information

#EC9679 (or 0xEC9679) is unknown color: approx Dark Salmon. HEX triplet: EC, 96 and 79. RGB value is (236,150,121). Sum of RGB (Red+Green+Blue) = 236+150+121=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9679 is #136986. Grayscale: #ACACAC. Windows color (decimal): -1272199 or 7968492. OLE color: 7968492.

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

Color convert

RGB236150121-
CMYK00.360.490.07
HSL15.13º75.16%70%-
HSV(B)15.13º48.73%92.55%-
XYZ48.9541.0323.43-
YUV172.4198.99173.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=46.55%
G=29.59%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615012100.360.490.0715.1375.1670
HexEC9679024317f4b46
Octal35422617104461717113106
Binary111011001001011011110010100100110001111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9679; }

 p { color: rgb(236,150,121); }

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

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

 a { background-color: rgb(236,150,121); }

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

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

 span { border-color: rgb(236,150,121); }

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