Html Css Color HEX #EC9F71 Dark Salmon

📋 copy color: '#EC9F71'

red 236 ◦ green 159 ◦ blue 113

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

Shades of Dark Salmon #EC9F71

Tints of Dark Salmon #EC9F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

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

R = 46.46%
G = 31.3%
B = 22.24%

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

#EC9F71 (or 0xEC9F71) is known color: Dark Salmon. HEX triplet: EC, 9F and 71. RGB value is (236,159,113). Sum of RGB (Red+Green+Blue) = 236+159+113=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F71 is #13608E. Grayscale: #B1B1B1. Windows color (decimal): -1269903 or 7446508. OLE color: 7446508.

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

Color convert

RGB 236 159 113 -
CMYK 0 0.33 0.52 0.07
HSL 22.44º 0.76% 0.68% -
HSV(B) 22.44º 0.52% 0.93% -
XYZ 49.97 43.82 21.45 -
YUV 176.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 236 159 113 0 0.33 0.52 0.07 22.44 0.76 0.68
Hex EC 9F 71 0 21 34 7 16 4C 44
Octal 354 237 161 0 41 64 7 26 114 104
Binary 11101100 10011111 1110001 0 100001 110100 111 10110 1001100 1000100

Color Harmonies of #EC9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F71

Black with #EC9F71

Text Example


Text Example

White with #EC9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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