#E5917A

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

Shades of Dark Salmon #E5917A

Tints of Dark Salmon #E5917A

Color information

#E5917A (or 0xE5917A) is unknown color: approx Dark Salmon. HEX triplet: E5, 91 and 7A. RGB value is (229,145,122). Sum of RGB (Red+Green+Blue) = 229+145+122=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5917A is #1A6E85. Grayscale: #A7A7A7. Windows color (decimal): -1732230 or 8032741. OLE color: 8032741.

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

Color convert

RGB229145122-
CMYK00.370.470.10
HSL12.9º67.3%68.82%-
HSV(B)12.9º46.72%89.8%-
XYZ45.9538.3123.39-
YUV167.49102.33171.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.17%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=46.17%
G=29.23%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914512200.370.470.1012.967.368.82
HexE5917A0252FAd4345
Octal345221172045571215103105
Binary1110010110010001111101001001011011111010110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5917A; }

 p { color: rgb(229,145,122); }

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

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

 a { background-color: rgb(229,145,122); }

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

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

 span { border-color: rgb(229,145,122); }

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