#E89D76

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

Shades of Dark Salmon #E89D76

Tints of Dark Salmon #E89D76

Color information

#E89D76 (or 0xE89D76) is unknown color: approx Dark Salmon. HEX triplet: E8, 9D and 76. RGB value is (232,157,118). Sum of RGB (Red+Green+Blue) = 232+157+118=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89D76 is #176289. Grayscale: #AFAFAF. Windows color (decimal): -1532554 or 7773672. OLE color: 7773672.

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

Color convert

RGB232157118-
CMYK00.320.490.09
HSL20.53º71.25%68.63%-
HSV(B)20.53º49.14%90.98%-
XYZ48.6142.5822.8-
YUV174.9895.85168.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=45.76%
G=30.97%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215711800.320.490.0920.5371.2568.63
HexE89D76020319154745
Octal350235166040611125107105
Binary11101000100111011110110010000011000110011010110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89D76; }

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

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

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

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

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

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

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

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