#EF947C

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

Shades of Dark Salmon #EF947C

Tints of Dark Salmon #EF947C

Color information

#EF947C (or 0xEF947C) is unknown color: approx Dark Salmon. HEX triplet: EF, 94 and 7C. RGB value is (239,148,124). Sum of RGB (Red+Green+Blue) = 239+148+124=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF947C is #106B83. Grayscale: #ACACAC. Windows color (decimal): -1076100 or 8164591. OLE color: 8164591.

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

Color convert

RGB239148124-
CMYK00.380.480.06
HSL12.52º78.23%71.18%-
HSV(B)12.52º48.12%93.73%-
XYZ49.8240.9924.35-
YUV172.47100.65175.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 124 (48.83% from 255) = 24.27%
R=46.77%
G=28.96%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914812400.380.480.0612.5278.2371.18
HexEF947C026306d4e47
Octal35722417404660615116107
Binary111011111001010011111000100110110000110110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF947C; }

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

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

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

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

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

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

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

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