#E6937C

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

Shades of Dark Salmon #E6937C

Tints of Dark Salmon #E6937C

Color information

#E6937C (or 0xE6937C) is unknown color: approx Dark Salmon. HEX triplet: E6, 93 and 7C. RGB value is (230,147,124). Sum of RGB (Red+Green+Blue) = 230+147+124=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6937C is #196C83. Grayscale: #A9A9A9. Windows color (decimal): -1666180 or 8164326. OLE color: 8164326.

HSL color Cylindrical-coordinate representation of color #E6937C: hue angle of 13.02º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6937C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB230147124-
CMYK00.360.460.10
HSL13.02º67.95%69.41%-
HSV(B)13.02º46.09%90.2%-
XYZ46.739.1524.16-
YUV169.2102.5171.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=45.91%
G=29.34%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014712400.360.460.1013.0267.9569.41
HexE6937C0242EAd4445
Octal346223174044561215104105
Binary1110011010010011111110001001001011101010110110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6937C; }

 p { color: rgb(230,147,124); }

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

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

 a { background-color: rgb(230,147,124); }

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

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

 span { border-color: rgb(230,147,124); }

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