#EC9A81

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

Shades of Dark Salmon #EC9A81

Tints of Dark Salmon #EC9A81

Color information

#EC9A81 (or 0xEC9A81) is unknown color: approx Dark Salmon. HEX triplet: EC, 9A and 81. RGB value is (236,154,129). Sum of RGB (Red+Green+Blue) = 236+154+129=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A81 is #13657E. Grayscale: #AFAFAF. Windows color (decimal): -1271167 or 8493804. OLE color: 8493804.

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

Color convert

RGB236154129-
CMYK00.350.450.07
HSL14.02º73.79%71.57%-
HSV(B)14.02º45.34%92.55%-
XYZ50.1142.5326.34-
YUV175.67101.67171.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=45.47%
G=29.67%
B=24.86%

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
Decimal23615412900.350.450.0714.0273.7971.57
HexEC9A810232D7e4a48
Octal35423220104355716112110
Binary1110110010011010100000010100011101101111111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A81; }

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

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

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

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

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

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

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

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