#E79571

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

Shades of Dark Salmon #E79571

Tints of Dark Salmon #E79571

Color information

#E79571 (or 0xE79571) is unknown color: approx Dark Salmon. HEX triplet: E7, 95 and 71. RGB value is (231,149,113). Sum of RGB (Red+Green+Blue) = 231+149+113=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E79571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79571 is #186A8E. Grayscale: #A9A9A9. Windows color (decimal): -1600143 or 7443943. OLE color: 7443943.

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

Color convert

RGB231149113-
CMYK00.350.510.09
HSL18.31º71.08%67.45%-
HSV(B)18.31º51.08%90.59%-
XYZ46.6839.6820.82-
YUV169.4196.17171.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=46.86%
G=30.22%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114911300.350.510.0918.3171.0867.45
HexE79571023339124743
Octal347225161043631122107103
Binary11100111100101011110001010001111001110011001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79571; }

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

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

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

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

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

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

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

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