#ed947c

Color #ED947C Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #ED947C

Tints of Dark Salmon #ED947C

Color information

#ED947C (or 0xED947C) is unknown color: approx Dark Salmon. HEX triplet: ED, 94 and 7C. RGB value is (237,148,124). Sum of RGB (Red+Green+Blue) = 237+148+124=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED947C is #126B83. Grayscale: #ACACAC. Windows color (decimal): -1207172 or 8164589. OLE color: 8164589.

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

Color convert

RGB237148124-
CMYK00.380.480.07
HSL12.74º75.84%70.78%-
HSV(B)12.74º47.68%92.94%-
XYZ49.1540.6424.32-
YUV171.87100.99174.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 124 (48.83% from 255) = 24.36%
R=46.56%
G=29.08%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714812400.380.480.0712.7475.8470.78
HexED947C026307d4c47
Octal35522417404660715114107
Binary111011011001010011111000100110110000111110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed947c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed947c; }

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

 H1.HeaderClassName
 {
   color: #ed947c;
 }
 .AnyTagClassName
 {
   color: #ed947c;
 }
</style>
background-color css

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

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

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

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

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

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