#E79471

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

Shades of Dark Salmon #E79471

Tints of Dark Salmon #E79471

Color information

#E79471 (or 0xE79471) is unknown color: approx Dark Salmon. HEX triplet: E7, 94 and 71. RGB value is (231,148,113). Sum of RGB (Red+Green+Blue) = 231+148+113=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E79471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79471 is #186B8E. Grayscale: #A9A9A9. Windows color (decimal): -1600399 or 7443687. OLE color: 7443687.

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

Color convert

RGB231148113-
CMYK00.360.510.09
HSL17.8º71.08%67.45%-
HSV(B)17.8º51.08%90.59%-
XYZ46.5339.3620.77-
YUV168.8396.5172.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.95%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=46.95%
G=30.08%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114811300.360.510.0917.871.0867.45
HexE79471024339124743
Octal347224161044631122107103
Binary11100111100101001110001010010011001110011001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79471; }

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

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

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

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

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

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

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

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