#E79C75

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

Shades of Dark Salmon #E79C75

Tints of Dark Salmon #E79C75

Color information

#E79C75 (or 0xE79C75) is unknown color: approx Dark Salmon. HEX triplet: E7, 9C and 75. RGB value is (231,156,117). Sum of RGB (Red+Green+Blue) = 231+156+117=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79C75 is #18638A. Grayscale: #AEAEAE. Windows color (decimal): -1598347 or 7707879. OLE color: 7707879.

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

Color convert

RGB231156117-
CMYK00.320.490.09
HSL20.53º70.37%68.24%-
HSV(B)20.53º49.35%90.59%-
XYZ48.0542.0522.41-
YUV173.9895.85168.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.83%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=45.83%
G=30.95%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115611700.320.490.0920.5370.3768.24
HexE79C75020319154644
Octal347234165040611125106104
Binary11100111100111001110101010000011000110011010110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79C75; }

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

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

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

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

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

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

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

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