#E8A070

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

Shades of Dark Salmon #E8A070

Tints of Dark Salmon #E8A070

Color information

#E8A070 (or 0xE8A070) is unknown color: approx Dark Salmon. HEX triplet: E8, A0 and 70. RGB value is (232,160,112). Sum of RGB (Red+Green+Blue) = 232+160+112=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A070 is #175F8F. Grayscale: #B0B0B0. Windows color (decimal): -1531792 or 7381224. OLE color: 7381224.

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

Color convert

RGB232160112-
CMYK00.310.520.09
HSL24º72.29%67.45%-
HSV(B)24º51.72%90.98%-
XYZ48.7743.4721.15-
YUV176.0691.85167.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.03%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=46.03%
G=31.75%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216011200.310.520.092472.2967.45
HexE8A07001F349184843
Octal350240160037641130110103
Binary1110100010100000111000001111111010010011100010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A070; }

 p { color: rgb(232,160,112); }

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

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

 a { background-color: rgb(232,160,112); }

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

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

 span { border-color: rgb(232,160,112); }

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