#E79A6B

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

Shades of Dark Salmon #E79A6B

Tints of Dark Salmon #E79A6B

Color information

#E79A6B (or 0xE79A6B) is unknown color: approx Dark Salmon. HEX triplet: E7, 9A and 6B. RGB value is (231,154,107). Sum of RGB (Red+Green+Blue) = 231+154+107=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79A6B is #186594. Grayscale: #ABABAB. Windows color (decimal): -1598869 or 7052007. OLE color: 7052007.

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

Color convert

RGB231154107-
CMYK00.330.540.09
HSL22.74º72.09%66.27%-
HSV(B)22.74º53.68%90.59%-
XYZ47.1641.1619.37-
YUV171.6691.51170.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.95%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=46.95%
G=31.30%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115410700.330.540.0922.7472.0966.27
HexE79A6B021369174842
Octal347232153041661127110102
Binary11100111100110101101011010000111011010011011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79A6B; }

 p { color: rgb(231,154,107); }

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

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

 a { background-color: rgb(231,154,107); }

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

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

 span { border-color: rgb(231,154,107); }

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