Html Css Color HEX #EC9D76 Dark Salmon

📋 copy color: '#EC9D76'

red 236 ◦ green 157 ◦ blue 118

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

Shades of Dark Salmon #EC9D76

Tints of Dark Salmon #EC9D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

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

R = 46.18%
G = 30.72%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC9D76 (or 0xEC9D76) is known color: Dark Salmon. HEX triplet: EC, 9D and 76. RGB value is (236,157,118). Sum of RGB (Red+Green+Blue) = 236+157+118=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D76 is #136289. Grayscale: #B0B0B0. Windows color (decimal): -1270410 or 7773676. OLE color: 7773676.

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

Color convert

RGB 236 157 118 -
CMYK 0 0.33 0.5 0.07
HSL 19.83º 0.76% 0.69% -
HSV(B) 19.83º 0.5% 0.93% -
XYZ 49.92 43.25 22.86 -
YUV 176.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 236 157 118 0 0.33 0.5 0.07 19.83 0.76 0.69
Hex EC 9D 76 0 21 32 7 14 4C 45
Octal 354 235 166 0 41 62 7 24 114 105
Binary 11101100 10011101 1110110 0 100001 110010 111 10100 1001100 1000101

Color Harmonies of #EC9D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D76

Black with #EC9D76

Text Example


Text Example

White with #EC9D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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