#E79270

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

Shades of Dark Salmon #E79270

Tints of Dark Salmon #E79270

Color information

#E79270 (or 0xE79270) is unknown color: approx Dark Salmon. HEX triplet: E7, 92 and 70. RGB value is (231,146,112). Sum of RGB (Red+Green+Blue) = 231+146+112=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E79270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79270 is #186D8F. Grayscale: #A7A7A7. Windows color (decimal): -1600912 or 7377639. OLE color: 7377639.

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

Color convert

RGB231146112-
CMYK00.370.520.09
HSL17.14º71.26%67.25%-
HSV(B)17.14º51.52%90.59%-
XYZ46.1638.7220.37-
YUV167.5496.66173.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=47.24%
G=29.86%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114611200.370.520.0917.1471.2667.25
HexE79270025349114743
Octal347222160045641121107103
Binary11100111100100101110000010010111010010011000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79270; }

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

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

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

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

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

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

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

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