#E79E72

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

Shades of Dark Salmon #E79E72

Tints of Dark Salmon #E79E72

Color information

#E79E72 (or 0xE79E72) is unknown color: approx Dark Salmon. HEX triplet: E7, 9E and 72. RGB value is (231,158,114). Sum of RGB (Red+Green+Blue) = 231+158+114=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79E72 is #18618D. Grayscale: #AFAFAF. Windows color (decimal): -1597838 or 7511783. OLE color: 7511783.

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

Color convert

RGB231158114-
CMYK00.320.510.09
HSL22.56º70.91%67.65%-
HSV(B)22.56º50.65%90.59%-
XYZ48.2242.6621.61-
YUV174.8193.68168.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=45.92%
G=31.41%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115811400.320.510.0922.5670.9167.65
HexE79E72020339174744
Octal347236162040631127107104
Binary11100111100111101110010010000011001110011011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79E72; }

 p { color: rgb(231,158,114); }

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

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

 a { background-color: rgb(231,158,114); }

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

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

 span { border-color: rgb(231,158,114); }

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