Html Css Color HEX #EC9373 Dark Salmon

📋 copy color: '#EC9373'

red 236 ◦ green 147 ◦ blue 115

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

Shades of Dark Salmon #EC9373

Tints of Dark Salmon #EC9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.52%

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 47.39%
G = 29.52%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9373 (or 0xEC9373) is known color: Dark Salmon. HEX triplet: EC, 93 and 73. RGB value is (236,147,115). Sum of RGB (Red+Green+Blue) = 236+147+115=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9373 is #136C8C. Grayscale: #AAAAAA. Windows color (decimal): -1272973 or 7574508. OLE color: 7574508.

HSL color Cylindrical-coordinate representation of color #EC9373: hue angle of 15.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC9373 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 115 -
CMYK 0 0.38 0.51 0.07
HSL 15.87º 0.76% 0.69% -
HSV(B) 15.87º 0.51% 0.93% -
XYZ 48.12 39.94 21.39 -
YUV 169.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 236 147 115 0 0.38 0.51 0.07 15.87 0.76 0.69
Hex EC 93 73 0 26 33 7 10 4C 45
Octal 354 223 163 0 46 63 7 20 114 105
Binary 11101100 10010011 1110011 0 100110 110011 111 10000 1001100 1000101

Color Harmonies of #EC9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9373

Black with #EC9373

Text Example


Text Example

White with #EC9373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9373; }

 p { color: rgb(236,147,115); }

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

background-color css

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

 a { background-color: rgb(236,147,115); }

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

border-color css

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

 span { border-color: rgb(236,147,115); }

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