#E78D71

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

Shades of Dark Salmon #E78D71

Tints of Dark Salmon #E78D71

Color information

#E78D71 (or 0xE78D71) is unknown color: approx Dark Salmon. HEX triplet: E7, 8D and 71. RGB value is (231,141,113). Sum of RGB (Red+Green+Blue) = 231+141+113=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D71 is #18728E. Grayscale: #A4A4A4. Windows color (decimal): -1602191 or 7441895. OLE color: 7441895.

HSL color Cylindrical-coordinate representation of color #E78D71: hue angle of 14.24º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E78D71 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231141113-
CMYK00.390.510.09
HSL14.24º71.08%67.45%-
HSV(B)14.24º51.08%90.59%-
XYZ45.4637.2320.41-
YUV164.7298.82175.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=47.63%
G=29.07%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114111300.390.510.0914.2471.0867.45
HexE78D71027339e4743
Octal347215161047631116107103
Binary1110011110001101111000101001111100111001111010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78D71; }

 p { color: rgb(231,141,113); }

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

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

 a { background-color: rgb(231,141,113); }

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

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

 span { border-color: rgb(231,141,113); }

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