#E79271

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

Shades of Dark Salmon #E79271

Tints of Dark Salmon #E79271

Color information

#E79271 (or 0xE79271) is unknown color: approx Dark Salmon. HEX triplet: E7, 92 and 71. RGB value is (231,146,113). Sum of RGB (Red+Green+Blue) = 231+146+113=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E79271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79271 is #186D8E. Grayscale: #A7A7A7. Windows color (decimal): -1600911 or 7443175. OLE color: 7443175.

HSL color Cylindrical-coordinate representation of color #E79271: hue angle of 16.78º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E79271 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231146113-
CMYK00.370.510.09
HSL16.78º71.08%67.45%-
HSV(B)16.78º51.08%90.59%-
XYZ46.2138.7420.66-
YUV167.6597.16173.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=47.14%
G=29.80%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114611300.370.510.0916.7871.0867.45
HexE79271025339114743
Octal347222161045631121107103
Binary11100111100100101110001010010111001110011000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79271; }

 p { color: rgb(231,146,113); }

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

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

 a { background-color: rgb(231,146,113); }

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

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

 span { border-color: rgb(231,146,113); }

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