#E39170

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

Shades of Dark Salmon #E39170

Tints of Dark Salmon #E39170

Color information

#E39170 (or 0xE39170) is unknown color: approx Dark Salmon. HEX triplet: E3, 91 and 70. RGB value is (227,145,112). Sum of RGB (Red+Green+Blue) = 227+145+112=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E39170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39170 is #1C6E8F. Grayscale: #A5A5A5. Windows color (decimal): -1863312 or 7377379. OLE color: 7377379.

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

Color convert

RGB227145112-
CMYK00.360.510.11
HSL17.22º67.25%66.47%-
HSV(B)17.22º50.66%89.02%-
XYZ44.7337.7520.26-
YUV165.7697.67171.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.90%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=46.90%
G=29.96%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714511200.360.510.1117.2267.2566.47
HexE3917002433B114342
Octal343221160044631321103102
Binary11100011100100011110000010010011001110111000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39170; }

 p { color: rgb(227,145,112); }

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

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

 a { background-color: rgb(227,145,112); }

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

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

 span { border-color: rgb(227,145,112); }

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