#E79A71

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

Shades of Dark Salmon #E79A71

Tints of Dark Salmon #E79A71

Color information

#E79A71 (or 0xE79A71) is unknown color: approx Dark Salmon. HEX triplet: E7, 9A and 71. RGB value is (231,154,113). Sum of RGB (Red+Green+Blue) = 231+154+113=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79A71 is #18658E. Grayscale: #ACACAC. Windows color (decimal): -1598863 or 7445223. OLE color: 7445223.

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

Color convert

RGB231154113-
CMYK00.330.510.09
HSL20.85º71.08%67.45%-
HSV(B)20.85º51.08%90.59%-
XYZ47.4941.2921.09-
YUV172.3594.51169.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=46.39%
G=30.92%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115411300.330.510.0920.8571.0867.45
HexE79A71021339154743
Octal347232161041631125107103
Binary11100111100110101110001010000111001110011010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79A71; }

 p { color: rgb(231,154,113); }

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

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

 a { background-color: rgb(231,154,113); }

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

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

 span { border-color: rgb(231,154,113); }

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