#E79076

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

Shades of Dark Salmon #E79076

Tints of Dark Salmon #E79076

Color information

#E79076 (or 0xE79076) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 76. RGB value is (231,144,118). Sum of RGB (Red+Green+Blue) = 231+144+118=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E79076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79076 is #186F89. Grayscale: #A7A7A7. Windows color (decimal): -1601418 or 7770343. OLE color: 7770343.

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

Color convert

RGB231144118-
CMYK00.380.490.09
HSL13.81º70.19%68.43%-
HSV(B)13.81º48.92%90.59%-
XYZ46.238.2422.09-
YUV167.05100.32173.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=46.86%
G=29.21%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114411800.380.490.0913.8170.1968.43
HexE79076026319e4644
Octal347220166046611116106104
Binary1110011110010000111011001001101100011001111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79076; }

 p { color: rgb(231,144,118); }

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

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

 a { background-color: rgb(231,144,118); }

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

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

 span { border-color: rgb(231,144,118); }

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