Html Css Color HEX #EC947D Dark Salmon

📋 copy color: '#EC947D'

red 236 ◦ green 148 ◦ blue 125

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

Shades of Dark Salmon #EC947D

Tints of Dark Salmon #EC947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 46.37%
G = 29.08%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC947D (or 0xEC947D) is known color: Dark Salmon. HEX triplet: EC, 94 and 7D. RGB value is (236,148,125). Sum of RGB (Red+Green+Blue) = 236+148+125=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC947D is #136B82. Grayscale: #ABABAB. Windows color (decimal): -1272707 or 8230124. OLE color: 8230124.

HSL color Cylindrical-coordinate representation of color #EC947D: hue angle of 12.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC947D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 125 -
CMYK 0 0.37 0.47 0.07
HSL 12.43º 0.74% 0.71% -
HSV(B) 12.43º 0.47% 0.93% -
XYZ 48.88 40.49 24.64 -
YUV 171.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 236 148 125 0 0.37 0.47 0.07 12.43 0.74 0.71
Hex EC 94 7D 0 25 2F 7 C 4A 47
Octal 354 224 175 0 45 57 7 14 112 107
Binary 11101100 10010100 1111101 0 100101 101111 111 1100 1001010 1000111

Color Harmonies of #EC947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC947D

Black with #EC947D

Text Example


Text Example

White with #EC947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC947D; }

 p { color: rgb(236,148,125); }

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

background-color css

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

 a { background-color: rgb(236,148,125); }

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

border-color css

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

 span { border-color: rgb(236,148,125); }

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