Html Css Color HEX #ECA076 Dark Salmon

📋 copy color: '#ECA076'

red 236 ◦ green 160 ◦ blue 118

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

Shades of Dark Salmon #ECA076

Tints of Dark Salmon #ECA076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 45.91%
G = 31.13%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECA076 (or 0xECA076) is known color: Dark Salmon. HEX triplet: EC, A0 and 76. RGB value is (236,160,118). Sum of RGB (Red+Green+Blue) = 236+160+118=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA076 is #135F89. Grayscale: #B2B2B2. Windows color (decimal): -1269642 or 7774444. OLE color: 7774444.

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

Color convert

RGB 236 160 118 -
CMYK 0 0.32 0.5 0.07
HSL 21.36º 0.76% 0.69% -
HSV(B) 21.36º 0.5% 0.93% -
XYZ 50.43 44.28 23.03 -
YUV 177.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 236 160 118 0 0.32 0.5 0.07 21.36 0.76 0.69
Hex EC A0 76 0 20 32 7 15 4C 45
Octal 354 240 166 0 40 62 7 25 114 105
Binary 11101100 10100000 1110110 0 100000 110010 111 10101 1001100 1000101

Color Harmonies of #ECA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA076

Black with #ECA076

Text Example


Text Example

White with #ECA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA076; }

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

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

background-color css

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

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

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

border-color css

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

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

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