Html Css Color HEX #EC947C Dark Salmon

📋 copy color: '#EC947C'

red 236 ◦ green 148 ◦ blue 124

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

Shades of Dark Salmon #EC947C

Tints of Dark Salmon #EC947C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 46.46%
G = 29.13%
B = 24.41%

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

#EC947C (or 0xEC947C) is known color: Dark Salmon. HEX triplet: EC, 94 and 7C. RGB value is (236,148,124). Sum of RGB (Red+Green+Blue) = 236+148+124=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC947C is #136B83. Grayscale: #ABABAB. Windows color (decimal): -1272708 or 8164588. OLE color: 8164588.

HSL color Cylindrical-coordinate representation of color #EC947C: hue angle of 12.86º degrees, saturation: 0.75, 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 #EC947C is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 124 -
CMYK 0 0.37 0.47 0.07
HSL 12.86º 0.75% 0.71% -
HSV(B) 12.86º 0.47% 0.93% -
XYZ 48.82 40.47 24.31 -
YUV 171.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 236 148 124 0 0.37 0.47 0.07 12.86 0.75 0.71
Hex EC 94 7C 0 25 2F 7 D 4B 47
Octal 354 224 174 0 45 57 7 15 113 107
Binary 11101100 10010100 1111100 0 100101 101111 111 1101 1001011 1000111

Color Harmonies of #EC947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC947C

Black with #EC947C

Text Example


Text Example

White with #EC947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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