#E79F6E

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

Shades of Dark Salmon #E79F6E

Tints of Dark Salmon #E79F6E

Color information

#E79F6E (or 0xE79F6E) is unknown color: approx Dark Salmon. HEX triplet: E7, 9F and 6E. RGB value is (231,159,110). Sum of RGB (Red+Green+Blue) = 231+159+110=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79F6E is #186091. Grayscale: #AFAFAF. Windows color (decimal): -1597586 or 7249895. OLE color: 7249895.

HSL color Cylindrical-coordinate representation of color #E79F6E: hue angle of 24.3º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E79F6E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231159110-
CMYK00.310.520.09
HSL24.3º71.6%66.86%-
HSV(B)24.3º52.38%90.59%-
XYZ48.1742.9120.5-
YUV174.9491.35167.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 110 (43.36% from 255) = 22%
R=46.2%
G=31.8%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115911000.310.520.0924.371.666.86
HexE79F6E01F349184843
Octal347237156037641130110103
Binary1110011110011111110111001111111010010011100010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79F6E; }

 p { color: rgb(231,159,110); }

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

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

 a { background-color: rgb(231,159,110); }

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

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

 span { border-color: rgb(231,159,110); }

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