Html Css Color HEX #EC8971 Dark Salmon

📋 copy color: '#EC8971'

red 236 ◦ green 137 ◦ blue 113

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

Shades of Dark Salmon #EC8971

Tints of Dark Salmon #EC8971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

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

R = 48.56%
G = 28.19%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8971 (or 0xEC8971) is known color: Dark Salmon. HEX triplet: EC, 89 and 71. RGB value is (236,137,113). Sum of RGB (Red+Green+Blue) = 236+137+113=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8971 is #13768E. Grayscale: #A4A4A4. Windows color (decimal): -1275535 or 7440876. OLE color: 7440876.

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

Color convert

RGB 236 137 113 -
CMYK 0 0.42 0.52 0.07
HSL 11.71º 0.76% 0.68% -
HSV(B) 11.71º 0.52% 0.93% -
XYZ 46.52 36.92 20.3 -
YUV 163.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 236 137 113 0 0.42 0.52 0.07 11.71 0.76 0.68
Hex EC 89 71 0 2A 34 7 C 4C 44
Octal 354 211 161 0 52 64 7 14 114 104
Binary 11101100 10001001 1110001 0 101010 110100 111 1100 1001100 1000100

Color Harmonies of #EC8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8971

Black with #EC8971

Text Example


Text Example

White with #EC8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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