#E78B74

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

Shades of Dark Salmon #E78B74

Tints of Dark Salmon #E78B74

Color information

#E78B74 (or 0xE78B74) is unknown color: approx Dark Salmon. HEX triplet: E7, 8B and 74. RGB value is (231,139,116). Sum of RGB (Red+Green+Blue) = 231+139+116=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B74 is #18748B. Grayscale: #A4A4A4. Windows color (decimal): -1602700 or 7637991. OLE color: 7637991.

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

Color convert

RGB231139116-
CMYK00.400.500.09
HSL12º70.55%68.04%-
HSV(B)12º49.78%90.59%-
XYZ45.3436.7221.22-
YUV163.89100.98175.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.53%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=47.53%
G=28.60%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113911600.400.500.091270.5568.04
HexE78B74028329c4744
Octal347213164050621114107104
Binary1110011110001011111010001010001100101001110010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78B74; }

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

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

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

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

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

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

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

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