#E79470

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

Shades of Dark Salmon #E79470

Tints of Dark Salmon #E79470

Color information

#E79470 (or 0xE79470) is unknown color: approx Dark Salmon. HEX triplet: E7, 94 and 70. RGB value is (231,148,112). Sum of RGB (Red+Green+Blue) = 231+148+112=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E79470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79470 is #186B8F. Grayscale: #A8A8A8. Windows color (decimal): -1600400 or 7378151. OLE color: 7378151.

HSL color Cylindrical-coordinate representation of color #E79470: hue angle of 18.15º 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 #E79470 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231148112-
CMYK00.360.520.09
HSL18.15º71.26%67.25%-
HSV(B)18.15º51.52%90.59%-
XYZ46.4739.3420.47-
YUV168.7196172.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=47.05%
G=30.14%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114811200.360.520.0918.1571.2667.25
HexE79470024349124743
Octal347224160044641122107103
Binary11100111100101001110000010010011010010011001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79470; }

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

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

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

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

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

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

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

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