#EF997D

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

Shades of Dark Salmon #EF997D

Tints of Dark Salmon #EF997D

Color information

#EF997D (or 0xEF997D) is unknown color: approx Dark Salmon. HEX triplet: EF, 99 and 7D. RGB value is (239,153,125). Sum of RGB (Red+Green+Blue) = 239+153+125=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF997D is #106682. Grayscale: #AFAFAF. Windows color (decimal): -1074819 or 8231407. OLE color: 8231407.

HSL color Cylindrical-coordinate representation of color #EF997D: hue angle of 14.74º 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 #EF997D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239153125-
CMYK00.360.480.06
HSL14.74º78.08%71.37%-
HSV(B)14.74º47.7%93.73%-
XYZ50.6942.6124.96-
YUV175.5299.49173.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=46.23%
G=29.59%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915312500.360.480.0614.7478.0871.37
HexEF997D024306f4e47
Octal35723117504460617116107
Binary111011111001100111111010100100110000110111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF997D; }

 p { color: rgb(239,153,125); }

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

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

 a { background-color: rgb(239,153,125); }

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

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

 span { border-color: rgb(239,153,125); }

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