#E79F7B

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

Shades of Dark Salmon #E79F7B

Tints of Dark Salmon #E79F7B

Color information

#E79F7B (or 0xE79F7B) is unknown color: approx Dark Salmon. HEX triplet: E7, 9F and 7B. RGB value is (231,159,123). Sum of RGB (Red+Green+Blue) = 231+159+123=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79F7B is #186084. Grayscale: #B0B0B0. Windows color (decimal): -1597573 or 8101863. OLE color: 8101863.

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

Color convert

RGB231159123-
CMYK00.310.470.09
HSL20º69.23%69.41%-
HSV(B)20º46.75%90.59%-
XYZ48.9343.2224.5-
YUV176.4297.85166.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=45.03%
G=30.99%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115912300.310.470.092069.2369.41
HexE79F7B01F2F9144545
Octal347237173037571124105105
Binary1110011110011111111101101111110111110011010010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79F7B; }

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

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

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

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

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

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

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

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