#E79079

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

Shades of Dark Salmon #E79079

Tints of Dark Salmon #E79079

Color information

#E79079 (or 0xE79079) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 79. RGB value is (231,144,121). Sum of RGB (Red+Green+Blue) = 231+144+121=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E79079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79079 is #186F86. Grayscale: #A7A7A7. Windows color (decimal): -1601415 or 7966951. OLE color: 7966951.

HSL color Cylindrical-coordinate representation of color #E79079: hue angle of 12.55º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E79079 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB231144121-
CMYK00.380.480.09
HSL12.55º69.62%69.02%-
HSV(B)12.55º47.62%90.59%-
XYZ46.3838.3223.04-
YUV167.39101.82173.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.57%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=46.57%
G=29.03%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114412100.380.480.0912.5569.6269.02
HexE79079026309d4645
Octal347220171046601115106105
Binary1110011110010000111100101001101100001001110110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79079; }

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

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

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

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

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

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

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

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