#E79570

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

Shades of Dark Salmon #E79570

Tints of Dark Salmon #E79570

Color information

#E79570 (or 0xE79570) is unknown color: approx Dark Salmon. HEX triplet: E7, 95 and 70. RGB value is (231,149,112). Sum of RGB (Red+Green+Blue) = 231+149+112=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E79570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79570 is #186A8F. Grayscale: #A9A9A9. Windows color (decimal): -1600144 or 7378407. OLE color: 7378407.

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

Color convert

RGB231149112-
CMYK00.350.520.09
HSL18.66º71.26%67.25%-
HSV(B)18.66º51.52%90.59%-
XYZ46.6339.6520.53-
YUV169.395.67172.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.95%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 112 (44.14% from 255) = 22.76%
R=46.95%
G=30.28%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114911200.350.520.0918.6671.2667.25
HexE79570023349134743
Octal347225160043641123107103
Binary11100111100101011110000010001111010010011001110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79570; }

 p { color: rgb(231,149,112); }

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

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

 a { background-color: rgb(231,149,112); }

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

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

 span { border-color: rgb(231,149,112); }

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