#E7967B

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

Shades of Dark Salmon #E7967B

Tints of Dark Salmon #E7967B

Color information

#E7967B (or 0xE7967B) is unknown color: approx Dark Salmon. HEX triplet: E7, 96 and 7B. RGB value is (231,150,123). Sum of RGB (Red+Green+Blue) = 231+150+123=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7967B is #186984. Grayscale: #ABABAB. Windows color (decimal): -1599877 or 8099559. OLE color: 8099559.

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

Color convert

RGB231150123-
CMYK00.350.470.09
HSL15º69.23%69.41%-
HSV(B)15º46.75%90.59%-
XYZ47.4440.2324-
YUV171.14100.84170.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.83%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=45.83%
G=29.76%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115012300.350.470.091569.2369.41
HexE7967B0232F9f4545
Octal347226173043571117105105
Binary1110011110010110111101101000111011111001111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7967B; }

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

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

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

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

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

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

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

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