#ECA073

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

Shades of Dark Salmon #ECA073

Tints of Dark Salmon #ECA073

Color information

#ECA073 (or 0xECA073) is unknown color: approx Dark Salmon. HEX triplet: EC, A0 and 73. RGB value is (236,160,115). Sum of RGB (Red+Green+Blue) = 236+160+115=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA073 is #135F8C. Grayscale: #B1B1B1. Windows color (decimal): -1269645 or 7577836. OLE color: 7577836.

HSL color Cylindrical-coordinate representation of color #ECA073: hue angle of 22.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECA073 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236160115-
CMYK00.320.510.07
HSL22.31º76.1%68.82%-
HSV(B)22.31º51.27%92.55%-
XYZ50.2644.2122.1-
YUV177.5992.68169.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 115 (45.31% from 255) = 22.50%
R=46.18%
G=31.31%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616011500.320.510.0722.3176.168.82
HexECA073020337164c45
Octal35424016304063726114105
Binary1110110010100000111001101000001100111111011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA073; }

 p { color: rgb(236,160,115); }

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

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

 a { background-color: rgb(236,160,115); }

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

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

 span { border-color: rgb(236,160,115); }

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