#E3917C

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

Shades of Dark Salmon #E3917C

Tints of Dark Salmon #E3917C

Color information

#E3917C (or 0xE3917C) is unknown color: approx Dark Salmon. HEX triplet: E3, 91 and 7C. RGB value is (227,145,124). Sum of RGB (Red+Green+Blue) = 227+145+124=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E3917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3917C is #1C6E83. Grayscale: #A7A7A7. Windows color (decimal): -1863300 or 8163811. OLE color: 8163811.

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

Color convert

RGB227145124-
CMYK00.360.450.11
HSL12.23º64.78%68.82%-
HSV(B)12.23º45.37%89.02%-
XYZ45.4438.0424.02-
YUV167.12103.67170.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.77%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 124 (48.83% from 255) = 25%
R=45.77%
G=29.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714512400.360.450.1112.2364.7868.82
HexE3917C0242DBc4145
Octal343221174044551314101105
Binary1110001110010001111110001001001011011011110010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3917C; }

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

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

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

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

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

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

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

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