Html Css Color HEX #EC9170 Dark Salmon

📋 copy color: '#EC9170'

red 236 ◦ green 145 ◦ blue 112

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

Shades of Dark Salmon #EC9170

Tints of Dark Salmon #EC9170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 47.87%
G = 29.41%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC9170 (or 0xEC9170) is known color: Dark Salmon. HEX triplet: EC, 91 and 70. RGB value is (236,145,112). Sum of RGB (Red+Green+Blue) = 236+145+112=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9170 is #136E8F. Grayscale: #A8A8A8. Windows color (decimal): -1273488 or 7377388. OLE color: 7377388.

HSL color Cylindrical-coordinate representation of color #EC9170: hue angle of 15.97º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC9170 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 145 112 -
CMYK 0 0.39 0.53 0.07
HSL 15.97º 0.77% 0.68% -
HSV(B) 15.97º 0.53% 0.93% -
XYZ 47.64 39.25 20.39 -
YUV 168.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 236 145 112 0 0.39 0.53 0.07 15.97 0.77 0.68
Hex EC 91 70 0 27 35 7 10 4D 44
Octal 354 221 160 0 47 65 7 20 115 104
Binary 11101100 10010001 1110000 0 100111 110101 111 10000 1001101 1000100

Color Harmonies of #EC9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9170

Black with #EC9170

Text Example


Text Example

White with #EC9170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9170; }

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

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

background-color css

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

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

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

border-color css

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

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

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