#E79678

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

Shades of Dark Salmon #E79678

Tints of Dark Salmon #E79678

Color information

#E79678 (or 0xE79678) is unknown color: approx Dark Salmon. HEX triplet: E7, 96 and 78. RGB value is (231,150,120). Sum of RGB (Red+Green+Blue) = 231+150+120=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E79678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79678 is #186987. Grayscale: #ABABAB. Windows color (decimal): -1599880 or 7902951. OLE color: 7902951.

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

Color convert

RGB231150120-
CMYK00.350.480.09
HSL16.22º69.81%68.82%-
HSV(B)16.22º48.05%90.59%-
XYZ47.2540.1623.03-
YUV170.899.34170.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=46.11%
G=29.94%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115012000.350.480.0916.2269.8168.82
HexE79678023309104645
Octal347226170043601120106105
Binary11100111100101101111000010001111000010011000010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79678; }

 p { color: rgb(231,150,120); }

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

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

 a { background-color: rgb(231,150,120); }

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

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

 span { border-color: rgb(231,150,120); }

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