#E7976A

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

Shades of Dark Salmon #E7976A

Tints of Dark Salmon #E7976A

Color information

#E7976A (or 0xE7976A) is unknown color: approx Dark Salmon. HEX triplet: E7, 97 and 6A. RGB value is (231,151,106). Sum of RGB (Red+Green+Blue) = 231+151+106=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7976A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7976A is #186895. Grayscale: #AAAAAA. Windows color (decimal): -1599638 or 6985703. OLE color: 6985703.

HSL color Cylindrical-coordinate representation of color #E7976A: hue angle of 21.6º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7976A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231151106-
CMYK00.350.540.09
HSL21.6º72.25%66.08%-
HSV(B)21.6º54.11%90.59%-
XYZ46.6240.1618.93-
YUV169.7992171.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.34%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=47.34%
G=30.94%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115110600.350.540.0921.672.2566.08
HexE7976A023369164842
Octal347227152043661126110102
Binary11100111100101111101010010001111011010011011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7976A; }

 p { color: rgb(231,151,106); }

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

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

 a { background-color: rgb(231,151,106); }

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

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

 span { border-color: rgb(231,151,106); }

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