Html Css Color HEX #ECA077 Dark Salmon

📋 copy color: '#ECA077'

red 236 ◦ green 160 ◦ blue 119

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

Shades of Dark Salmon #ECA077

Tints of Dark Salmon #ECA077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.11%

R = 45.83%
G = 31.07%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECA077 (or 0xECA077) is known color: Dark Salmon. HEX triplet: EC, A0 and 77. RGB value is (236,160,119). Sum of RGB (Red+Green+Blue) = 236+160+119=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA077 is #135F88. Grayscale: #B2B2B2. Windows color (decimal): -1269641 or 7839980. OLE color: 7839980.

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

Color convert

RGB 236 160 119 -
CMYK 0 0.32 0.50 0.07
HSL 21.03º 0.75% 0.7% -
HSV(B) 21.03º 0.5% 0.93% -
XYZ 50.49 44.31 23.34 -
YUV 178.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 236 160 119 0 0.32 0.50 0.07 21.03 0.75 0.7
Hex EC A0 77 0 20 32 7 15 4B 46
Octal 354 240 167 0 40 62 7 25 113 106
Binary 11101100 10100000 1110111 0 100000 110010 111 10101 1001011 1000110

Color Harmonies of #ECA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA077

Black with #ECA077

Text Example


Text Example

White with #ECA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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