#E79580

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

Shades of Dark Salmon #E79580

Tints of Dark Salmon #E79580

Color information

#E79580 (or 0xE79580) is unknown color: approx Dark Salmon. HEX triplet: E7, 95 and 80. RGB value is (231,149,128). Sum of RGB (Red+Green+Blue) = 231+149+128=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E79580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79580 is #186A7F. Grayscale: #ABABAB. Windows color (decimal): -1600128 or 8426983. OLE color: 8426983.

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

Color convert

RGB231149128-
CMYK00.350.450.09
HSL12.23º68.21%70.39%-
HSV(B)12.23º44.59%90.59%-
XYZ47.640.0425.64-
YUV171.12103.67170.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=45.47%
G=29.33%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114912800.350.450.0912.2368.2170.39
HexE795800232D9c4446
Octal347225200043551114104106
Binary11100111100101011000000001000111011011001110010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79580; }

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

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

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

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

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

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

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

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