#EC9881

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

Shades of Dark Salmon #EC9881

Tints of Dark Salmon #EC9881

Color information

#EC9881 (or 0xEC9881) is unknown color: approx Dark Salmon. HEX triplet: EC, 98 and 81. RGB value is (236,152,129). Sum of RGB (Red+Green+Blue) = 236+152+129=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9881 is #13677E. Grayscale: #AEAEAE. Windows color (decimal): -1271679 or 8493292. OLE color: 8493292.

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

Color convert

RGB236152129-
CMYK00.360.450.07
HSL12.9º73.79%71.57%-
HSV(B)12.9º45.34%92.55%-
XYZ49.7841.8726.23-
YUV174.49102.33171.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=45.65%
G=29.40%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615212900.360.450.0712.973.7971.57
HexEC98810242D7d4a48
Octal35423020104455715112110
Binary1110110010011000100000010100100101101111110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9881; }

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

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

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

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

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

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

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

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