#e79f7e

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

Shades of Dark Salmon #E79F7E

Tints of Dark Salmon #E79F7E

Color information

#E79F7E (or 0xE79F7E) is unknown color: approx Dark Salmon. HEX triplet: E7, 9F and 7E. RGB value is (231,159,126). Sum of RGB (Red+Green+Blue) = 231+159+126=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79F7E is #186081. Grayscale: #B0B0B0. Windows color (decimal): -1597570 or 8298471. OLE color: 8298471.

HSL color Cylindrical-coordinate representation of color #E79F7E: hue angle of 18.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E79F7E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231159126-
CMYK00.310.450.09
HSL18.86º68.63%70%-
HSV(B)18.86º45.45%90.59%-
XYZ49.1243.2925.51-
YUV176.7799.35166.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=44.77%
G=30.81%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115912600.310.450.0918.8668.6370
HexE79F7E01F2D9134546
Octal347237176037551123105106
Binary1110011110011111111111001111110110110011001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e79f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e79f7e; }

 p { color: rgb(231,159,126); }

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

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

 a { background-color: rgb(231,159,126); }

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

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

 span { border-color: rgb(231,159,126); }

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