#EC9079

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

Shades of Dark Salmon #EC9079

Tints of Dark Salmon #EC9079

Color information

#EC9079 (or 0xEC9079) is unknown color: approx Dark Salmon. HEX triplet: EC, 90 and 79. RGB value is (236,144,121). Sum of RGB (Red+Green+Blue) = 236+144+121=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9079 is #136F86. Grayscale: #A9A9A9. Windows color (decimal): -1273735 or 7966956. OLE color: 7966956.

HSL color Cylindrical-coordinate representation of color #EC9079: hue angle of 12º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC9079 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236144121-
CMYK00.390.490.07
HSL12º75.16%70%-
HSV(B)12º48.73%92.55%-
XYZ48.0239.1623.12-
YUV168.89100.98175.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=47.11%
G=28.74%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614412100.390.490.071275.1670
HexEC9079027317c4b46
Octal35422017104761714113106
Binary111011001001000011110010100111110001111110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9079; }

 p { color: rgb(236,144,121); }

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

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

 a { background-color: rgb(236,144,121); }

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

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

 span { border-color: rgb(236,144,121); }

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