#E7997C

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

Shades of Dark Salmon #E7997C

Tints of Dark Salmon #E7997C

Color information

#E7997C (or 0xE7997C) is unknown color: approx Dark Salmon. HEX triplet: E7, 99 and 7C. RGB value is (231,153,124). Sum of RGB (Red+Green+Blue) = 231+153+124=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7997C is #186683. Grayscale: #ADADAD. Windows color (decimal): -1599108 or 8165863. OLE color: 8165863.

HSL color Cylindrical-coordinate representation of color #E7997C: hue angle of 16.26º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7997C is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB231153124-
CMYK00.340.460.09
HSL16.26º69.03%69.61%-
HSV(B)16.26º46.32%90.59%-
XYZ47.9841.2324.5-
YUV173.02100.34169.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=45.47%
G=30.12%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115312400.340.460.0916.2669.0369.61
HexE7997C0222E9104546
Octal347231174042561120105106
Binary11100111100110011111100010001010111010011000010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7997C; }

 p { color: rgb(231,153,124); }

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

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

 a { background-color: rgb(231,153,124); }

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

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

 span { border-color: rgb(231,153,124); }

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