Html Css Color HEX #EC8973 Dark Salmon

📋 copy color: '#EC8973'

red 236 ◦ green 137 ◦ blue 115

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

Shades of Dark Salmon #EC8973

Tints of Dark Salmon #EC8973

RGB

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

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

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

R = 48.36%
G = 28.07%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC8973 (or 0xEC8973) is known color: Dark Salmon. HEX triplet: EC, 89 and 73. RGB value is (236,137,115). Sum of RGB (Red+Green+Blue) = 236+137+115=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8973 is #13768C. Grayscale: #A4A4A4. Windows color (decimal): -1275533 or 7571948. OLE color: 7571948.

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

Color convert

RGB 236 137 115 -
CMYK 0 0.42 0.51 0.07
HSL 10.91º 0.76% 0.69% -
HSV(B) 10.91º 0.51% 0.93% -
XYZ 46.63 36.96 20.9 -
YUV 164.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 236 137 115 0 0.42 0.51 0.07 10.91 0.76 0.69
Hex EC 89 73 0 2A 33 7 B 4C 45
Octal 354 211 163 0 52 63 7 13 114 105
Binary 11101100 10001001 1110011 0 101010 110011 111 1011 1001100 1000101

Color Harmonies of #EC8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8973

Black with #EC8973

Text Example


Text Example

White with #EC8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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