#EC9683

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

Shades of Dark Salmon #EC9683

Tints of Dark Salmon #EC9683

Color information

#EC9683 (or 0xEC9683) is unknown color: approx Dark Salmon. HEX triplet: EC, 96 and 83. RGB value is (236,150,131). Sum of RGB (Red+Green+Blue) = 236+150+131=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9683 is #13697C. Grayscale: #ADADAD. Windows color (decimal): -1272189 or 8623852. OLE color: 8623852.

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

Color convert

RGB236150131-
CMYK00.360.440.07
HSL10.86º73.43%71.96%-
HSV(B)10.86º44.49%92.55%-
XYZ49.641.2826.83-
YUV173.55103.99172.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=45.65%
G=29.01%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615013100.360.440.0710.8673.4371.96
HexEC96830242C7b4948
Octal35422620304454713111110
Binary1110110010010110100000110100100101100111101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9683; }

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

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

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

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

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

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

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

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