#E78E74

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

Shades of Dark Salmon #E78E74

Tints of Dark Salmon #E78E74

Color information

#E78E74 (or 0xE78E74) is unknown color: approx Dark Salmon. HEX triplet: E7, 8E and 74. RGB value is (231,142,116). Sum of RGB (Red+Green+Blue) = 231+142+116=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E74 is #18718B. Grayscale: #A5A5A5. Windows color (decimal): -1601932 or 7638759. OLE color: 7638759.

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

Color convert

RGB231142116-
CMYK00.390.500.09
HSL13.57º70.55%68.04%-
HSV(B)13.57º49.78%90.59%-
XYZ45.7837.621.37-
YUV165.6599.99174.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=47.24%
G=29.04%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114211600.390.500.0913.5770.5568.04
HexE78E74027329e4744
Octal347216164047621116107104
Binary1110011110001110111010001001111100101001111010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78E74; }

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

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

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

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

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

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

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

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