#E99580

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

Shades of Dark Salmon #E99580

Tints of Dark Salmon #E99580

Color information

#E99580 (or 0xE99580) is unknown color: approx Dark Salmon. HEX triplet: E9, 95 and 80. RGB value is (233,149,128). Sum of RGB (Red+Green+Blue) = 233+149+128=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E99580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99580 is #166A7F. Grayscale: #ABABAB. Windows color (decimal): -1469056 or 8426985. OLE color: 8426985.

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

Color convert

RGB233149128-
CMYK00.360.450.09
HSL12º70.47%70.78%-
HSV(B)12º45.06%91.37%-
XYZ48.2540.3825.67-
YUV171.72103.33171.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=45.69%
G=29.22%
B=25.10%

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
Decimal23314912800.360.450.091270.4770.78
HexE995800242D9c4647
Octal351225200044551114106107
Binary11101001100101011000000001001001011011001110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99580; }

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

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

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

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

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

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

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

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