#EF9576

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

Shades of Dark Salmon #EF9576

Tints of Dark Salmon #EF9576

Color information

#EF9576 (or 0xEF9576) is unknown color: approx Dark Salmon. HEX triplet: EF, 95 and 76. RGB value is (239,149,118). Sum of RGB (Red+Green+Blue) = 239+149+118=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9576 is #106A89. Grayscale: #ACACAC. Windows color (decimal): -1075850 or 7771631. OLE color: 7771631.

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

Color convert

RGB239149118-
CMYK00.380.510.06
HSL15.37º79.08%70%-
HSV(B)15.37º50.63%93.73%-
XYZ49.6141.1522.47-
YUV172.3897.32175.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=47.23%
G=29.45%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914911800.380.510.0615.3779.0870
HexEF9576026336f4f46
Octal35722516604663617117106
Binary111011111001010111101100100110110011110111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9576; }

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

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

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

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

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

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

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

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