#E79B72

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

Shades of Dark Salmon #E79B72

Tints of Dark Salmon #E79B72

Color information

#E79B72 (or 0xE79B72) is unknown color: approx Dark Salmon. HEX triplet: E7, 9B and 72. RGB value is (231,155,114). Sum of RGB (Red+Green+Blue) = 231+155+114=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79B72 is #18648D. Grayscale: #ADADAD. Windows color (decimal): -1598606 or 7511015. OLE color: 7511015.

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

Color convert

RGB231155114-
CMYK00.330.510.09
HSL21.03º70.91%67.65%-
HSV(B)21.03º50.65%90.59%-
XYZ47.7141.6521.44-
YUV173.0594.68169.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=46.2%
G=31%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115511400.330.510.0921.0370.9167.65
HexE79B72021339154744
Octal347233162041631125107104
Binary11100111100110111110010010000111001110011010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79B72; }

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

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

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

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

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

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

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

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