#E68D76

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

Shades of Dark Salmon #E68D76

Tints of Dark Salmon #E68D76

Color information

#E68D76 (or 0xE68D76) is unknown color: approx Dark Salmon. HEX triplet: E6, 8D and 76. RGB value is (230,141,118). Sum of RGB (Red+Green+Blue) = 230+141+118=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D76 is #197289. Grayscale: #A5A5A5. Windows color (decimal): -1667722 or 7769574. OLE color: 7769574.

HSL color Cylindrical-coordinate representation of color #E68D76: hue angle of 12.32º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68D76 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230141118-
CMYK00.390.490.10
HSL12.32º69.14%68.24%-
HSV(B)12.32º48.7%90.2%-
XYZ45.4337.1821.92-
YUV164.99101.49174.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.03%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=47.03%
G=28.83%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014111800.390.490.1012.3269.1468.24
HexE68D7602731Ac4544
Octal346215166047611214105104
Binary1110011010001101111011001001111100011010110010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D76; }

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

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

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

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

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

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

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

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