#E78F71

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

Shades of Dark Salmon #E78F71

Tints of Dark Salmon #E78F71

Color information

#E78F71 (or 0xE78F71) is unknown color: approx Dark Salmon. HEX triplet: E7, 8F and 71. RGB value is (231,143,113). Sum of RGB (Red+Green+Blue) = 231+143+113=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78F71 is #18708E. Grayscale: #A6A6A6. Windows color (decimal): -1601679 or 7442407. OLE color: 7442407.

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

Color convert

RGB231143113-
CMYK00.380.510.09
HSL15.25º71.08%67.45%-
HSV(B)15.25º51.08%90.59%-
XYZ45.7637.8320.51-
YUV165.8998.15174.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=47.43%
G=29.36%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114311300.380.510.0915.2571.0867.45
HexE78F71026339f4743
Octal347217161046631117107103
Binary1110011110001111111000101001101100111001111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F71; }

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

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

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

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

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

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

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

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