#E79380

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

Shades of Dark Salmon #E79380

Tints of Dark Salmon #E79380

Color information

#E79380 (or 0xE79380) is unknown color: approx Dark Salmon. HEX triplet: E7, 93 and 80. RGB value is (231,147,128). Sum of RGB (Red+Green+Blue) = 231+147+128=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E79380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79380 is #186C7F. Grayscale: #AAAAAA. Windows color (decimal): -1600640 or 8426471. OLE color: 8426471.

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

Color convert

RGB231147128-
CMYK00.360.450.09
HSL11.07º68.21%70.39%-
HSV(B)11.07º44.59%90.59%-
XYZ47.2839.4125.54-
YUV169.95104.33171.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=45.65%
G=29.05%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114712800.360.450.0911.0768.2170.39
HexE793800242D9b4446
Octal347223200044551113104106
Binary11100111100100111000000001001001011011001101110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79380; }

 p { color: rgb(231,147,128); }

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

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

 a { background-color: rgb(231,147,128); }

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

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

 span { border-color: rgb(231,147,128); }

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