#EFA079

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

Shades of Dark Salmon #EFA079

Tints of Dark Salmon #EFA079

Color information

#EFA079 (or 0xEFA079) is unknown color: approx Dark Salmon. HEX triplet: EF, A0 and 79. RGB value is (239,160,121). Sum of RGB (Red+Green+Blue) = 239+160+121=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA079 is #105F86. Grayscale: #B3B3B3. Windows color (decimal): -1073031 or 7971055. OLE color: 7971055.

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

Color convert

RGB239160121-
CMYK00.330.490.06
HSL19.83º78.67%70.59%-
HSV(B)19.83º49.37%93.73%-
XYZ51.6244.8724.03-
YUV179.1895.17170.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 121 (47.66% from 255) = 23.27%
R=45.96%
G=30.77%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916012100.330.490.0619.8378.6770.59
HexEFA079021316144f47
Octal35724017104161624117107
Binary1110111110100000111100101000011100011101010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA079; }

 p { color: rgb(239,160,121); }

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

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

 a { background-color: rgb(239,160,121); }

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

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

 span { border-color: rgb(239,160,121); }

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