#E78D6F

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

Shades of Dark Salmon #E78D6F

Tints of Dark Salmon #E78D6F

Color information

#E78D6F (or 0xE78D6F) is unknown color: approx Dark Salmon. HEX triplet: E7, 8D and 6F. RGB value is (231,141,111). Sum of RGB (Red+Green+Blue) = 231+141+111=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D6F is #187290. Grayscale: #A4A4A4. Windows color (decimal): -1602193 or 7310823. OLE color: 7310823.

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

Color convert

RGB231141111-
CMYK00.390.520.09
HSL15º71.43%67.06%-
HSV(B)15º51.95%90.59%-
XYZ45.3537.1919.83-
YUV164.4997.82175.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.83%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=47.83%
G=29.19%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114111100.390.520.091571.4367.06
HexE78D6F027349f4743
Octal347215157047641117107103
Binary1110011110001101110111101001111101001001111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78D6F; }

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

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

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

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

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

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

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

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