#E79182

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

Shades of Dark Salmon #E79182

Tints of Dark Salmon #E79182

Color information

#E79182 (or 0xE79182) is unknown color: approx Dark Salmon. HEX triplet: E7, 91 and 82. RGB value is (231,145,130). Sum of RGB (Red+Green+Blue) = 231+145+130=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E79182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79182 is #186E7D. Grayscale: #A9A9A9. Windows color (decimal): -1601150 or 8557031. OLE color: 8557031.

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

Color convert

RGB231145130-
CMYK00.370.440.09
HSL8.91º67.79%70.78%-
HSV(B)8.91º43.72%90.59%-
XYZ47.1138.8526.14-
YUV169105.99172.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=45.65%
G=28.66%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114513000.370.440.098.9167.7970.78
HexE791820252C994447
Octal347221202045541111104107
Binary11100111100100011000001001001011011001001100110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79182; }

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

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

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

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

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

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

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

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