#E79781

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

Shades of Dark Salmon #E79781

Tints of Dark Salmon #E79781

Color information

#E79781 (or 0xE79781) is unknown color: approx Dark Salmon. HEX triplet: E7, 97 and 81. RGB value is (231,151,129). Sum of RGB (Red+Green+Blue) = 231+151+129=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E79781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79781 is #18687E. Grayscale: #ACACAC. Windows color (decimal): -1599615 or 8493031. OLE color: 8493031.

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

Color convert

RGB231151129-
CMYK00.350.440.09
HSL12.94º68%70.59%-
HSV(B)12.94º44.16%90.59%-
XYZ47.9840.7126.1-
YUV172.41103.5169.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=45.21%
G=29.55%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115112900.350.440.0912.946870.59
HexE797810232C9d4447
Octal347227201043541115104107
Binary11100111100101111000000101000111011001001110110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79781; }

 p { color: rgb(231,151,129); }

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

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

 a { background-color: rgb(231,151,129); }

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

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

 span { border-color: rgb(231,151,129); }

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