#EC9481

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

Shades of Dark Salmon #EC9481

Tints of Dark Salmon #EC9481

Color information

#EC9481 (or 0xEC9481) is unknown color: approx Dark Salmon. HEX triplet: EC, 94 and 81. RGB value is (236,148,129). Sum of RGB (Red+Green+Blue) = 236+148+129=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9481 is #136B7E. Grayscale: #ACACAC. Windows color (decimal): -1272703 or 8492268. OLE color: 8492268.

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

Color convert

RGB236148129-
CMYK00.370.450.07
HSL10.65º73.79%71.57%-
HSV(B)10.65º45.34%92.55%-
XYZ49.1440.626.01-
YUV172.15103.65173.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=46.00%
G=28.85%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614812900.370.450.0710.6573.7971.57
HexEC94810252D7b4a48
Octal35422420104555713112110
Binary1110110010010100100000010100101101101111101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9481; }

 p { color: rgb(236,148,129); }

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

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

 a { background-color: rgb(236,148,129); }

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

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

 span { border-color: rgb(236,148,129); }

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