#E79974

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

Shades of Dark Salmon #E79974

Tints of Dark Salmon #E79974

Color information

#E79974 (or 0xE79974) is unknown color: approx Dark Salmon. HEX triplet: E7, 99 and 74. RGB value is (231,153,116). Sum of RGB (Red+Green+Blue) = 231+153+116=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E79974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79974 is #18668B. Grayscale: #ACACAC. Windows color (decimal): -1599116 or 7641575. OLE color: 7641575.

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

Color convert

RGB231153116-
CMYK00.340.500.09
HSL19.3º70.55%68.04%-
HSV(B)19.3º49.78%90.59%-
XYZ47.541.0321.94-
YUV172.196.34170.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=46.2%
G=30.6%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115311600.340.500.0919.370.5568.04
HexE79974022329134744
Octal347231164042621123107104
Binary11100111100110011110100010001011001010011001110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79974; }

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

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

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

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

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

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

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

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