#EC9181

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

Shades of Dark Salmon #EC9181

Tints of Dark Salmon #EC9181

Color information

#EC9181 (or 0xEC9181) is unknown color: approx Dark Salmon. HEX triplet: EC, 91 and 81. RGB value is (236,145,129). Sum of RGB (Red+Green+Blue) = 236+145+129=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9181 is #136E7E. Grayscale: #AAAAAA. Windows color (decimal): -1273471 or 8491500. OLE color: 8491500.

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

Color convert

RGB236145129-
CMYK00.390.450.07
HSL8.97º73.79%71.57%-
HSV(B)8.97º45.34%92.55%-
XYZ48.6839.6725.86-
YUV170.38104.65174.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=46.27%
G=28.43%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614512900.390.450.078.9773.7971.57
HexEC91810272D794a48
Octal35422120104755711112110
Binary1110110010010001100000010100111101101111100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9181; }

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

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

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

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

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

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

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

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