Html Css Color HEX #EC9D71 Dark Salmon

📋 copy color: '#EC9D71'

red 236 ◦ green 157 ◦ blue 113

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

Shades of Dark Salmon #EC9D71

Tints of Dark Salmon #EC9D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.33%

R = 46.64%
G = 31.03%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9D71 (or 0xEC9D71) is known color: Dark Salmon. HEX triplet: EC, 9D and 71. RGB value is (236,157,113). Sum of RGB (Red+Green+Blue) = 236+157+113=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D71 is #13628E. Grayscale: #AFAFAF. Windows color (decimal): -1270415 or 7445996. OLE color: 7445996.

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

Color convert

RGB 236 157 113 -
CMYK 0 0.33 0.52 0.07
HSL 21.46º 0.76% 0.68% -
HSV(B) 21.46º 0.52% 0.93% -
XYZ 49.63 43.14 21.33 -
YUV 175.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 236 157 113 0 0.33 0.52 0.07 21.46 0.76 0.68
Hex EC 9D 71 0 21 34 7 15 4C 44
Octal 354 235 161 0 41 64 7 25 114 104
Binary 11101100 10011101 1110001 0 100001 110100 111 10101 1001100 1000100

Color Harmonies of #EC9D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D71

Black with #EC9D71

Text Example


Text Example

White with #EC9D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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