Html Css Color HEX #EC9171 Dark Salmon

📋 copy color: '#EC9171'

red 236 ◦ green 145 ◦ blue 113

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

Shades of Dark Salmon #EC9171

Tints of Dark Salmon #EC9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.35%

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

R = 47.77%
G = 29.35%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC9171 (or 0xEC9171) is known color: Dark Salmon. HEX triplet: EC, 91 and 71. RGB value is (236,145,113). Sum of RGB (Red+Green+Blue) = 236+145+113=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9171 is #136E8E. Grayscale: #A8A8A8. Windows color (decimal): -1273487 or 7442924. OLE color: 7442924.

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

Color convert

RGB 236 145 113 -
CMYK 0 0.39 0.52 0.07
HSL 15.61º 0.76% 0.68% -
HSV(B) 15.61º 0.52% 0.93% -
XYZ 47.7 39.28 20.69 -
YUV 168.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 236 145 113 0 0.39 0.52 0.07 15.61 0.76 0.68
Hex EC 91 71 0 27 34 7 10 4C 44
Octal 354 221 161 0 47 64 7 20 114 104
Binary 11101100 10010001 1110001 0 100111 110100 111 10000 1001100 1000100

Color Harmonies of #EC9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9171

Black with #EC9171

Text Example


Text Example

White with #EC9171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9171; }

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

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

background-color css

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

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

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

border-color css

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

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

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