#E79081

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

Shades of Dark Salmon #E79081

Tints of Dark Salmon #E79081

Color information

#E79081 (or 0xE79081) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 81. RGB value is (231,144,129). Sum of RGB (Red+Green+Blue) = 231+144+129=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E79081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79081 is #186F7E. Grayscale: #A8A8A8. Windows color (decimal): -1601407 or 8491239. OLE color: 8491239.

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

Color convert

RGB231144129-
CMYK00.380.440.09
HSL8.82º68%70.59%-
HSV(B)8.82º44.16%90.59%-
XYZ46.8938.5225.73-
YUV168.3105.82172.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.83%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=45.83%
G=28.57%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114412900.380.440.098.826870.59
HexE790810262C994447
Octal347220201046541111104107
Binary11100111100100001000000101001101011001001100110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79081; }

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

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

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

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

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

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

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

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