#E39270

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

Shades of Dark Salmon #E39270

Tints of Dark Salmon #E39270

Color information

#E39270 (or 0xE39270) is unknown color: approx Dark Salmon. HEX triplet: E3, 92 and 70. RGB value is (227,146,112). Sum of RGB (Red+Green+Blue) = 227+146+112=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E39270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39270 is #1C6D8F. Grayscale: #A6A6A6. Windows color (decimal): -1863056 or 7377635. OLE color: 7377635.

HSL color Cylindrical-coordinate representation of color #E39270: hue angle of 17.74º 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 #E39270 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB227146112-
CMYK00.360.510.11
HSL17.74º67.25%66.47%-
HSV(B)17.74º50.66%89.02%-
XYZ44.8838.0620.31-
YUV166.3497.34171.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.80%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=46.80%
G=30.10%
B=23.09%

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
Decimal22714611200.360.510.1117.7467.2566.47
HexE3927002433B124342
Octal343222160044631322103102
Binary11100011100100101110000010010011001110111001010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39270; }

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

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

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

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

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

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

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

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