#E79071

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

Shades of Dark Salmon #E79071

Tints of Dark Salmon #E79071

Color information

#E79071 (or 0xE79071) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 71. RGB value is (231,144,113). Sum of RGB (Red+Green+Blue) = 231+144+113=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E79071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79071 is #186F8E. Grayscale: #A6A6A6. Windows color (decimal): -1601423 or 7442663. OLE color: 7442663.

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

Color convert

RGB231144113-
CMYK00.380.510.09
HSL15.76º71.08%67.45%-
HSV(B)15.76º51.08%90.59%-
XYZ45.9138.1320.56-
YUV166.4897.82174.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.34%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=47.34%
G=29.51%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114411300.380.510.0915.7671.0867.45
HexE79071026339104743
Octal347220161046631120107103
Binary11100111100100001110001010011011001110011000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79071; }

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

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

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

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

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

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

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

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