#ECA07A

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

Shades of Dark Salmon #ECA07A

Tints of Dark Salmon #ECA07A

Color information

#ECA07A (or 0xECA07A) is unknown color: approx Dark Salmon. HEX triplet: EC, A0 and 7A. RGB value is (236,160,122). Sum of RGB (Red+Green+Blue) = 236+160+122=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA07A is #135F85. Grayscale: #B2B2B2. Windows color (decimal): -1269638 or 8036588. OLE color: 8036588.

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

Color convert

RGB236160122-
CMYK00.320.480.07
HSL20º75%70.2%-
HSV(B)20º48.31%92.55%-
XYZ50.6844.3824.31-
YUV178.3996.18169.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 122 (48.05% from 255) = 23.55%
R=45.56%
G=30.89%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616012200.320.480.07207570.2
HexECA07A020307144b46
Octal35424017204060724113106
Binary1110110010100000111101001000001100001111010010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA07A; }

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

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

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

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

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

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

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

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