#E78B75

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

Shades of Dark Salmon #E78B75

Tints of Dark Salmon #E78B75

Color information

#E78B75 (or 0xE78B75) is unknown color: approx Dark Salmon. HEX triplet: E7, 8B and 75. RGB value is (231,139,117). Sum of RGB (Red+Green+Blue) = 231+139+117=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B75 is #18748A. Grayscale: #A4A4A4. Windows color (decimal): -1602699 or 7703527. OLE color: 7703527.

HSL color Cylindrical-coordinate representation of color #E78B75: hue angle of 11.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E78B75 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231139117-
CMYK00.400.490.09
HSL11.58º70.37%68.24%-
HSV(B)11.58º49.35%90.59%-
XYZ45.436.7421.53-
YUV164101.48175.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=47.43%
G=28.54%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113911700.400.490.0911.5870.3768.24
HexE78B75028319c4644
Octal347213165050611114106104
Binary1110011110001011111010101010001100011001110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78B75; }

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

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

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

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

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

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

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

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