Html Css Color HEX #EC8E71 Dark Salmon

📋 copy color: '#EC8E71'

red 236 ◦ green 142 ◦ blue 113

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

Shades of Dark Salmon #EC8E71

Tints of Dark Salmon #EC8E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.92%

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

R = 48.07%
G = 28.92%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8E71 (or 0xEC8E71) is known color: Dark Salmon. HEX triplet: EC, 8E and 71. RGB value is (236,142,113). Sum of RGB (Red+Green+Blue) = 236+142+113=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8E71 is #13718E. Grayscale: #A7A7A7. Windows color (decimal): -1274255 or 7442156. OLE color: 7442156.

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

Color convert

RGB 236 142 113 -
CMYK 0 0.40 0.52 0.07
HSL 14.15º 0.76% 0.68% -
HSV(B) 14.15º 0.52% 0.93% -
XYZ 47.25 38.37 20.54 -
YUV 166.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 236 142 113 0 0.40 0.52 0.07 14.15 0.76 0.68
Hex EC 8E 71 0 28 34 7 E 4C 44
Octal 354 216 161 0 50 64 7 16 114 104
Binary 11101100 10001110 1110001 0 101000 110100 111 1110 1001100 1000100

Color Harmonies of #EC8E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E71

Black with #EC8E71

Text Example


Text Example

White with #EC8E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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