#EF9676

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

Shades of Dark Salmon #EF9676

Tints of Dark Salmon #EF9676

Color information

#EF9676 (or 0xEF9676) is unknown color: approx Dark Salmon. HEX triplet: EF, 96 and 76. RGB value is (239,150,118). Sum of RGB (Red+Green+Blue) = 239+150+118=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9676 is #106989. Grayscale: #ADADAD. Windows color (decimal): -1075594 or 7771887. OLE color: 7771887.

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

Color convert

RGB239150118-
CMYK00.370.510.06
HSL15.87º79.08%70%-
HSV(B)15.87º50.63%93.73%-
XYZ49.7741.4722.52-
YUV172.9696.99175.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=47.14%
G=29.59%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915011800.370.510.0615.8779.0870
HexEF9676025336104f46
Octal35722616604563620117106
Binary1110111110010110111011001001011100111101000010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9676; }

 p { color: rgb(239,150,118); }

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

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

 a { background-color: rgb(239,150,118); }

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

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

 span { border-color: rgb(239,150,118); }

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