#E89580

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

Shades of Dark Salmon #E89580

Tints of Dark Salmon #E89580

Color information

#E89580 (or 0xE89580) is unknown color: approx Dark Salmon. HEX triplet: E8, 95 and 80. RGB value is (232,149,128). Sum of RGB (Red+Green+Blue) = 232+149+128=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E89580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89580 is #176A7F. Grayscale: #ABABAB. Windows color (decimal): -1534592 or 8426984. OLE color: 8426984.

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

Color convert

RGB232149128-
CMYK00.360.450.09
HSL12.12º69.33%70.59%-
HSV(B)12.12º44.83%90.98%-
XYZ47.9240.2125.66-
YUV171.42103.5171.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.58%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=45.58%
G=29.27%
B=25.15%

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
Decimal23214912800.360.450.0912.1269.3370.59
HexE895800242D9c4547
Octal350225200044551114105107
Binary11101000100101011000000001001001011011001110010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89580; }

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

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

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

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

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

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

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

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