#E79972

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

Shades of Dark Salmon #E79972

Tints of Dark Salmon #E79972

Color information

#E79972 (or 0xE79972) is unknown color: approx Dark Salmon. HEX triplet: E7, 99 and 72. RGB value is (231,153,114). Sum of RGB (Red+Green+Blue) = 231+153+114=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E79972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79972 is #18668D. Grayscale: #ACACAC. Windows color (decimal): -1599118 or 7510503. OLE color: 7510503.

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

Color convert

RGB231153114-
CMYK00.340.510.09
HSL20º70.91%67.65%-
HSV(B)20º50.65%90.59%-
XYZ47.3840.9921.33-
YUV171.8895.34170.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=46.39%
G=30.72%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115311400.340.510.092070.9167.65
HexE79972022339144744
Octal347231162042631124107104
Binary11100111100110011110010010001011001110011010010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79972; }

 p { color: rgb(231,153,114); }

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

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

 a { background-color: rgb(231,153,114); }

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

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

 span { border-color: rgb(231,153,114); }

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