#E78E71

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

Shades of Dark Salmon #E78E71

Tints of Dark Salmon #E78E71

Color information

#E78E71 (or 0xE78E71) is unknown color: approx Dark Salmon. HEX triplet: E7, 8E and 71. RGB value is (231,142,113). Sum of RGB (Red+Green+Blue) = 231+142+113=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E71 is #18718E. Grayscale: #A5A5A5. Windows color (decimal): -1601935 or 7442151. OLE color: 7442151.

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

Color convert

RGB231142113-
CMYK00.390.510.09
HSL14.75º71.08%67.45%-
HSV(B)14.75º51.08%90.59%-
XYZ45.6137.5320.46-
YUV165.398.49174.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.53%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=47.53%
G=29.22%
B=23.25%

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
Decimal23114211300.390.510.0914.7571.0867.45
HexE78E71027339f4743
Octal347216161047631117107103
Binary1110011110001110111000101001111100111001111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78E71; }

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

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

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

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

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

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

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

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