Html Css Color HEX #EC8C71 Dark Salmon

📋 copy color: '#EC8C71'

red 236 ◦ green 140 ◦ blue 113

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

Shades of Dark Salmon #EC8C71

Tints of Dark Salmon #EC8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

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

R = 48.26%
G = 28.63%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8C71 (or 0xEC8C71) is known color: Dark Salmon. HEX triplet: EC, 8C and 71. RGB value is (236,140,113). Sum of RGB (Red+Green+Blue) = 236+140+113=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C71 is #13738E. Grayscale: #A5A5A5. Windows color (decimal): -1274767 or 7441644. OLE color: 7441644.

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

Color convert

RGB 236 140 113 -
CMYK 0 0.41 0.52 0.07
HSL 13.17º 0.76% 0.68% -
HSV(B) 13.17º 0.52% 0.93% -
XYZ 46.95 37.78 20.44 -
YUV 165.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 236 140 113 0 0.41 0.52 0.07 13.17 0.76 0.68
Hex EC 8C 71 0 29 34 7 D 4C 44
Octal 354 214 161 0 51 64 7 15 114 104
Binary 11101100 10001100 1110001 0 101001 110100 111 1101 1001100 1000100

Color Harmonies of #EC8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C71

Black with #EC8C71

Text Example


Text Example

White with #EC8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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