#E28D76

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

Shades of Dark Salmon #E28D76

Tints of Dark Salmon #E28D76

Color information

#E28D76 (or 0xE28D76) is unknown color: approx Dark Salmon. HEX triplet: E2, 8D and 76. RGB value is (226,141,118). Sum of RGB (Red+Green+Blue) = 226+141+118=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D76 is #1D7289. Grayscale: #A3A3A3. Windows color (decimal): -1929866 or 7769570. OLE color: 7769570.

HSL color Cylindrical-coordinate representation of color #E28D76: hue angle of 12.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E28D76 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB226141118-
CMYK00.380.480.11
HSL12.78º65.06%67.45%-
HSV(B)12.78º47.79%88.63%-
XYZ44.1636.5321.86-
YUV163.79102.16172.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.60%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=46.60%
G=29.07%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614111800.380.480.1112.7865.0667.45
HexE28D7602630Bd4143
Octal342215166046601315101103
Binary1110001010001101111011001001101100001011110110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28D76; }

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

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

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

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

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

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

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

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