#e88d76

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

Shades of Dark Salmon #E88D76

Tints of Dark Salmon #E88D76

Color information

#E88D76 (or 0xE88D76) is unknown color: approx Dark Salmon. HEX triplet: E8, 8D and 76. RGB value is (232,141,118). Sum of RGB (Red+Green+Blue) = 232+141+118=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D76 is #177289. Grayscale: #A5A5A5. Windows color (decimal): -1536650 or 7769576. OLE color: 7769576.

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

Color convert

RGB232141118-
CMYK00.390.490.09
HSL12.11º71.25%68.63%-
HSV(B)12.11º49.14%90.98%-
XYZ46.0737.5121.95-
YUV165.59101.15175.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.25%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=47.25%
G=28.72%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214111800.390.490.0912.1171.2568.63
HexE88D76027319c4745
Octal350215166047611114107105
Binary1110100010001101111011001001111100011001110010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e88d76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e88d76; }

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

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

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

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

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

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

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

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