#EF9080

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

Shades of Dark Salmon #EF9080

Tints of Dark Salmon #EF9080

Color information

#EF9080 (or 0xEF9080) is unknown color: approx Dark Salmon. HEX triplet: EF, 90 and 80. RGB value is (239,144,128). Sum of RGB (Red+Green+Blue) = 239+144+128=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9080 is #106F7F. Grayscale: #AAAAAA. Windows color (decimal): -1077120 or 8425711. OLE color: 8425711.

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

Color convert

RGB239144128-
CMYK00.400.460.06
HSL8.65º77.62%71.96%-
HSV(B)8.65º46.44%93.73%-
XYZ49.4739.8625.51-
YUV170.58103.97176.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=46.77%
G=28.18%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914412800.400.460.068.6577.6271.96
HexEF90800282E694e48
Octal35722020005056611116110
Binary1110111110010000100000000101000101110110100110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9080; }

 p { color: rgb(239,144,128); }

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

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

 a { background-color: rgb(239,144,128); }

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

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

 span { border-color: rgb(239,144,128); }

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