#EC9981

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

Shades of Dark Salmon #EC9981

Tints of Dark Salmon #EC9981

Color information

#EC9981 (or 0xEC9981) is unknown color: approx Dark Salmon. HEX triplet: EC, 99 and 81. RGB value is (236,153,129). Sum of RGB (Red+Green+Blue) = 236+153+129=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9981 is #13667E. Grayscale: #AFAFAF. Windows color (decimal): -1271423 or 8493548. OLE color: 8493548.

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

Color convert

RGB236153129-
CMYK00.350.450.07
HSL13.46º73.79%71.57%-
HSV(B)13.46º45.34%92.55%-
XYZ49.9542.226.28-
YUV175.08102171.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=45.56%
G=29.54%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615312900.350.450.0713.4673.7971.57
HexEC99810232D7d4a48
Octal35423120104355715112110
Binary1110110010011001100000010100011101101111110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9981; }

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

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

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

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

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

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

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

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