#E79382

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

Shades of Dark Salmon #E79382

Tints of Dark Salmon #E79382

Color information

#E79382 (or 0xE79382) is unknown color: approx Dark Salmon. HEX triplet: E7, 93 and 82. RGB value is (231,147,130). Sum of RGB (Red+Green+Blue) = 231+147+130=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E79382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79382 is #186C7D. Grayscale: #AAAAAA. Windows color (decimal): -1600638 or 8557543. OLE color: 8557543.

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

Color convert

RGB231147130-
CMYK00.360.440.09
HSL10.1º67.79%70.78%-
HSV(B)10.1º43.72%90.59%-
XYZ47.4239.4726.24-
YUV170.18105.33171.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=45.47%
G=28.94%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114713000.360.440.0910.167.7970.78
HexE793820242C9a4447
Octal347223202044541112104107
Binary11100111100100111000001001001001011001001101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79382; }

 p { color: rgb(231,147,130); }

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

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

 a { background-color: rgb(231,147,130); }

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

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

 span { border-color: rgb(231,147,130); }

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