#E5987A

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

Shades of Dark Salmon #E5987A

Tints of Dark Salmon #E5987A

Color information

#E5987A (or 0xE5987A) is unknown color: approx Dark Salmon. HEX triplet: E5, 98 and 7A. RGB value is (229,152,122). Sum of RGB (Red+Green+Blue) = 229+152+122=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5987A is #1A6785. Grayscale: #ABABAB. Windows color (decimal): -1730438 or 8034533. OLE color: 8034533.

HSL color Cylindrical-coordinate representation of color #E5987A: hue angle of 16.82º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5987A is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229152122-
CMYK00.340.470.10
HSL16.82º67.3%68.82%-
HSV(B)16.82º46.72%89.8%-
XYZ47.0540.5223.75-
YUV171.6100.01168.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 122 (48.05% from 255) = 24.25%
R=45.53%
G=30.22%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915212200.340.470.1016.8267.368.82
HexE5987A0222FA114345
Octal345230172042571221103105
Binary11100101100110001111010010001010111110101000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5987A; }

 p { color: rgb(229,152,122); }

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

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

 a { background-color: rgb(229,152,122); }

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

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

 span { border-color: rgb(229,152,122); }

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