#E39D7D

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

Shades of Dark Salmon #E39D7D

Tints of Dark Salmon #E39D7D

Color information

#E39D7D (or 0xE39D7D) is unknown color: approx Dark Salmon. HEX triplet: E3, 9D and 7D. RGB value is (227,157,125). Sum of RGB (Red+Green+Blue) = 227+157+125=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39D7D is #1C6282. Grayscale: #AEAEAE. Windows color (decimal): -1860227 or 8232419. OLE color: 8232419.

HSL color Cylindrical-coordinate representation of color #E39D7D: hue angle of 18.82º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E39D7D is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB227157125-
CMYK00.310.450.11
HSL18.82º64.56%69.02%-
HSV(B)18.82º44.93%89.02%-
XYZ47.4441.9324.99-
YUV174.28100.19165.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.60%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=44.60%
G=30.84%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715712500.310.450.1118.8264.5669.02
HexE39D7D01F2DB134145
Octal343235175037551323101105
Binary1110001110011101111110101111110110110111001110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39D7D; }

 p { color: rgb(227,157,125); }

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

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

 a { background-color: rgb(227,157,125); }

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

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

 span { border-color: rgb(227,157,125); }

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