#E5997A

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

Shades of Dark Salmon #E5997A

Tints of Dark Salmon #E5997A

Color information

#E5997A (or 0xE5997A) is unknown color: approx Dark Salmon. HEX triplet: E5, 99 and 7A. RGB value is (229,153,122). Sum of RGB (Red+Green+Blue) = 229+153+122=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5997A is #1A6685. Grayscale: #ACACAC. Windows color (decimal): -1730182 or 8034789. OLE color: 8034789.

HSL color Cylindrical-coordinate representation of color #E5997A: hue angle of 17.38º 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 #E5997A is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229153122-
CMYK00.330.470.10
HSL17.38º67.3%68.82%-
HSV(B)17.38º46.72%89.8%-
XYZ47.2240.8523.81-
YUV172.1999.68168.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=45.44%
G=30.36%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915312200.330.470.1017.3867.368.82
HexE5997A0212FA114345
Octal345231172041571221103105
Binary11100101100110011111010010000110111110101000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5997A; }

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

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

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

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

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

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

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

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