Html Css Color HEX #EC9973 Dark Salmon

📋 copy color: '#EC9973'

red 236 ◦ green 153 ◦ blue 115

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

Shades of Dark Salmon #EC9973

Tints of Dark Salmon #EC9973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.36%

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

R = 46.83%
G = 30.36%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC9973 (or 0xEC9973) is known color: Dark Salmon. HEX triplet: EC, 99 and 73. RGB value is (236,153,115). Sum of RGB (Red+Green+Blue) = 236+153+115=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9973 is #13668C. Grayscale: #ADADAD. Windows color (decimal): -1271437 or 7576044. OLE color: 7576044.

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

Color convert

RGB 236 153 115 -
CMYK 0 0.35 0.51 0.07
HSL 18.84º 0.76% 0.69% -
HSV(B) 18.84º 0.51% 0.93% -
XYZ 49.08 41.85 21.71 -
YUV 173.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 236 153 115 0 0.35 0.51 0.07 18.84 0.76 0.69
Hex EC 99 73 0 23 33 7 13 4C 45
Octal 354 231 163 0 43 63 7 23 114 105
Binary 11101100 10011001 1110011 0 100011 110011 111 10011 1001100 1000101

Color Harmonies of #EC9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9973

Black with #EC9973

Text Example


Text Example

White with #EC9973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9973; }

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

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

background-color css

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

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

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

border-color css

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

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

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