#E79B75

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

Shades of Dark Salmon #E79B75

Tints of Dark Salmon #E79B75

Color information

#E79B75 (or 0xE79B75) is unknown color: approx Dark Salmon. HEX triplet: E7, 9B and 75. RGB value is (231,155,117). Sum of RGB (Red+Green+Blue) = 231+155+117=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79B75 is #18648A. Grayscale: #ADADAD. Windows color (decimal): -1598603 or 7707623. OLE color: 7707623.

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

Color convert

RGB231155117-
CMYK00.330.490.09
HSL20º70.37%68.24%-
HSV(B)20º49.35%90.59%-
XYZ47.8941.7222.36-
YUV173.3996.18169.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=45.92%
G=30.82%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115511700.330.490.092070.3768.24
HexE79B75021319144644
Octal347233165041611124106104
Binary11100111100110111110101010000111000110011010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79B75; }

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

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

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

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

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

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

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

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