Html Css Color HEX #EC9773 Dark Salmon

📋 copy color: '#EC9773'

red 236 ◦ green 151 ◦ blue 115

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

Shades of Dark Salmon #EC9773

Tints of Dark Salmon #EC9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.08%

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

R = 47.01%
G = 30.08%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9773 (or 0xEC9773) is known color: Dark Salmon. HEX triplet: EC, 97 and 73. RGB value is (236,151,115). Sum of RGB (Red+Green+Blue) = 236+151+115=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9773 is #13688C. Grayscale: #ACACAC. Windows color (decimal): -1271949 or 7575532. OLE color: 7575532.

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

Color convert

RGB 236 151 115 -
CMYK 0 0.36 0.51 0.07
HSL 17.85º 0.76% 0.69% -
HSV(B) 17.85º 0.51% 0.93% -
XYZ 48.75 41.2 21.6 -
YUV 172.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 236 151 115 0 0.36 0.51 0.07 17.85 0.76 0.69
Hex EC 97 73 0 24 33 7 12 4C 45
Octal 354 227 163 0 44 63 7 22 114 105
Binary 11101100 10010111 1110011 0 100100 110011 111 10010 1001100 1000101

Color Harmonies of #EC9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9773

Black with #EC9773

Text Example


Text Example

White with #EC9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9773; }

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

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

background-color css

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

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

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

border-color css

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

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

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