#E7967D

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

Shades of Dark Salmon #E7967D

Tints of Dark Salmon #E7967D

Color information

#E7967D (or 0xE7967D) is unknown color: approx Dark Salmon. HEX triplet: E7, 96 and 7D. RGB value is (231,150,125). Sum of RGB (Red+Green+Blue) = 231+150+125=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7967D is #186982. Grayscale: #ABABAB. Windows color (decimal): -1599875 or 8230631. OLE color: 8230631.

HSL color Cylindrical-coordinate representation of color #E7967D: hue angle of 14.15º 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 #E7967D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB231150125-
CMYK00.350.460.09
HSL14.15º68.83%69.8%-
HSV(B)14.15º45.89%90.59%-
XYZ47.5640.2824.67-
YUV171.37101.84170.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=45.65%
G=29.64%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115012500.350.460.0914.1568.8369.8
HexE7967D0232E9e4546
Octal347226175043561116105106
Binary1110011110010110111110101000111011101001111010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7967D; }

 p { color: rgb(231,150,125); }

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

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

 a { background-color: rgb(231,150,125); }

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

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

 span { border-color: rgb(231,150,125); }

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