#E1986E

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

Shades of Dark Salmon #E1986E

Tints of Dark Salmon #E1986E

Color information

#E1986E (or 0xE1986E) is unknown color: approx Dark Salmon. HEX triplet: E1, 98 and 6E. RGB value is (225,152,110). Sum of RGB (Red+Green+Blue) = 225+152+110=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1986E is #1E6791. Grayscale: #A9A9A9. Windows color (decimal): -1992594 or 7248097. OLE color: 7248097.

HSL color Cylindrical-coordinate representation of color #E1986E: hue angle of 21.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1986E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225152110-
CMYK00.320.510.12
HSL21.91º65.71%65.69%-
HSV(B)21.91º51.11%88.24%-
XYZ45.0939.5920.02-
YUV169.0494.68167.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=46.20%
G=31.21%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515211000.320.510.1221.9165.7165.69
HexE1986E02033C164242
Octal341230156040631426102102
Binary11100001100110001101110010000011001111001011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1986E; }

 p { color: rgb(225,152,110); }

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

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

 a { background-color: rgb(225,152,110); }

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

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

 span { border-color: rgb(225,152,110); }

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