#E79875

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

Shades of Dark Salmon #E79875

Tints of Dark Salmon #E79875

Color information

#E79875 (or 0xE79875) is unknown color: approx Dark Salmon. HEX triplet: E7, 98 and 75. RGB value is (231,152,117). Sum of RGB (Red+Green+Blue) = 231+152+117=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E79875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79875 is #18678A. Grayscale: #ABABAB. Windows color (decimal): -1599371 or 7706855. OLE color: 7706855.

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

Color convert

RGB231152117-
CMYK00.340.490.09
HSL18.42º70.37%68.24%-
HSV(B)18.42º49.35%90.59%-
XYZ47.3940.7322.19-
YUV171.6397.17170.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=46.2%
G=30.4%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115211700.340.490.0918.4270.3768.24
HexE79875022319124644
Octal347230165042611122106104
Binary11100111100110001110101010001011000110011001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79875; }

 p { color: rgb(231,152,117); }

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

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

 a { background-color: rgb(231,152,117); }

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

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

 span { border-color: rgb(231,152,117); }

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