#E79078

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

Shades of Dark Salmon #E79078

Tints of Dark Salmon #E79078

Color information

#E79078 (or 0xE79078) is unknown color: approx Dark Salmon. HEX triplet: E7, 90 and 78. RGB value is (231,144,120). Sum of RGB (Red+Green+Blue) = 231+144+120=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E79078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79078 is #186F87. Grayscale: #A7A7A7. Windows color (decimal): -1601416 or 7901415. OLE color: 7901415.

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

Color convert

RGB231144120-
CMYK00.380.480.09
HSL12.97º69.81%68.82%-
HSV(B)12.97º48.05%90.59%-
XYZ46.3238.2922.72-
YUV167.28101.32173.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=46.67%
G=29.09%
B=24.24%

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
Decimal23114412000.380.480.0912.9769.8168.82
HexE79078026309d4645
Octal347220170046601115106105
Binary1110011110010000111100001001101100001001110110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79078; }

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

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

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

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

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

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

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

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