#E89A6D

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

Shades of Dark Salmon #E89A6D

Tints of Dark Salmon #E89A6D

Color information

#E89A6D (or 0xE89A6D) is unknown color: approx Dark Salmon. HEX triplet: E8, 9A and 6D. RGB value is (232,154,109). Sum of RGB (Red+Green+Blue) = 232+154+109=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89A6D is #176592. Grayscale: #ACACAC. Windows color (decimal): -1533331 or 7183080. OLE color: 7183080.

HSL color Cylindrical-coordinate representation of color #E89A6D: hue angle of 21.95º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E89A6D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232154109-
CMYK00.340.530.09
HSL21.95º72.78%66.86%-
HSV(B)21.95º53.02%90.98%-
XYZ47.5941.3719.94-
YUV172.1992.34170.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=46.87%
G=31.11%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215410900.340.530.0921.9572.7866.86
HexE89A6D022359164943
Octal350232155042651126111103
Binary11101000100110101101101010001011010110011011010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89A6D; }

 p { color: rgb(232,154,109); }

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

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

 a { background-color: rgb(232,154,109); }

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

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

 span { border-color: rgb(232,154,109); }

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