#EF976C

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

Shades of Dark Salmon #EF976C

Tints of Dark Salmon #EF976C

Color information

#EF976C (or 0xEF976C) is unknown color: approx Dark Salmon. HEX triplet: EF, 97 and 6C. RGB value is (239,151,108). Sum of RGB (Red+Green+Blue) = 239+151+108=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF976C is #106893. Grayscale: #ACACAC. Windows color (decimal): -1075348 or 7116783. OLE color: 7116783.

HSL color Cylindrical-coordinate representation of color #EF976C: hue angle of 19.69º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF976C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB239151108-
CMYK00.370.550.06
HSL19.69º80.37%68.04%-
HSV(B)19.69º54.81%93.73%-
XYZ49.3741.5719.61-
YUV172.4191.65175.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 108 (42.58% from 255) = 21.69%
R=47.99%
G=30.32%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915110800.370.550.0619.6980.3768.04
HexEF976C025376145044
Octal35722715404567624120104
Binary1110111110010111110110001001011101111101010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF976C; }

 p { color: rgb(239,151,108); }

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

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

 a { background-color: rgb(239,151,108); }

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

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

 span { border-color: rgb(239,151,108); }

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