Html Css Color HEX #ECA079 Dark Salmon

📋 copy color: '#ECA079'

red 236 ◦ green 160 ◦ blue 121

#ECA079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #ECA079

Tints of Dark Salmon #ECA079

RGB

 RED value IS 236 (92.58% from 255) = 45.65%

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 121 (47.66% from 255) = 23.4%

R = 45.65%
G = 30.95%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECA079 (or 0xECA079) is known color: Dark Salmon. HEX triplet: EC, A0 and 79. RGB value is (236,160,121). Sum of RGB (Red+Green+Blue) = 236+160+121=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA079 is #135F86. Grayscale: #B2B2B2. Windows color (decimal): -1269639 or 7971052. OLE color: 7971052.

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

Color convert

RGB 236 160 121 -
CMYK 0 0.32 0.49 0.07
HSL 20.35º 0.75% 0.7% -
HSV(B) 20.35º 0.49% 0.93% -
XYZ 50.61 44.35 23.98 -
YUV 178.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 236 160 121 0 0.32 0.49 0.07 20.35 0.75 0.7
Hex EC A0 79 0 20 31 7 14 4B 46
Octal 354 240 171 0 40 61 7 24 113 106
Binary 11101100 10100000 1111001 0 100000 110001 111 10100 1001011 1000110

Color Harmonies of #ECA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA079

Black with #ECA079

Text Example


Text Example

White with #ECA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA079; }

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

 H1.HeaderClassName
 {
   color: #ECA079;
 }
 .AnyTagClassName
 {
   color: #ECA079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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