#E5986B

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

Shades of Dark Salmon #E5986B

Tints of Dark Salmon #E5986B

Color information

#E5986B (or 0xE5986B) is unknown color: approx Dark Salmon. HEX triplet: E5, 98 and 6B. RGB value is (229,152,107). Sum of RGB (Red+Green+Blue) = 229+152+107=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5986B is #1A6794. Grayscale: #AAAAAA. Windows color (decimal): -1730453 or 7051493. OLE color: 7051493.

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

Color convert

RGB229152107-
CMYK00.340.530.10
HSL22.13º70.11%65.88%-
HSV(B)22.13º53.28%89.8%-
XYZ46.240.1819.23-
YUV169.8992.51170.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.93%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=46.93%
G=31.15%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915210700.340.530.1022.1370.1165.88
HexE5986B02235A164642
Octal345230153042651226106102
Binary11100101100110001101011010001011010110101011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5986B; }

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

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

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

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

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

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

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

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