#E89076

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

Shades of Dark Salmon #E89076

Tints of Dark Salmon #E89076

Color information

#E89076 (or 0xE89076) is unknown color: approx Dark Salmon. HEX triplet: E8, 90 and 76. RGB value is (232,144,118). Sum of RGB (Red+Green+Blue) = 232+144+118=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E89076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89076 is #176F89. Grayscale: #A7A7A7. Windows color (decimal): -1535882 or 7770344. OLE color: 7770344.

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

Color convert

RGB232144118-
CMYK00.380.490.09
HSL13.68º71.25%68.63%-
HSV(B)13.68º49.14%90.98%-
XYZ46.5238.4122.1-
YUV167.35100.15174.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.96%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=46.96%
G=29.15%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214411800.380.490.0913.6871.2568.63
HexE89076026319e4745
Octal350220166046611116107105
Binary1110100010010000111011001001101100011001111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89076; }

 p { color: rgb(232,144,118); }

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

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

 a { background-color: rgb(232,144,118); }

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

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

 span { border-color: rgb(232,144,118); }

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