#E39D75

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

Shades of Dark Salmon #E39D75

Tints of Dark Salmon #E39D75

Color information

#E39D75 (or 0xE39D75) is unknown color: approx Dark Salmon. HEX triplet: E3, 9D and 75. RGB value is (227,157,117). Sum of RGB (Red+Green+Blue) = 227+157+117=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39D75 is #1C628A. Grayscale: #ADADAD. Windows color (decimal): -1860235 or 7708131. OLE color: 7708131.

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

Color convert

RGB227157117-
CMYK00.310.480.11
HSL21.82º66.27%67.45%-
HSV(B)21.82º48.46%89.02%-
XYZ46.9541.7322.41-
YUV173.3796.19166.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.31%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=45.31%
G=31.34%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715711700.310.480.1121.8266.2767.45
HexE39D7501F30B164243
Octal343235165037601326102103
Binary1110001110011101111010101111111000010111011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39D75; }

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

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

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

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

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

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

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

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