#E28E76

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

Shades of Dark Salmon #E28E76

Tints of Dark Salmon #E28E76

Color information

#E28E76 (or 0xE28E76) is unknown color: approx Dark Salmon. HEX triplet: E2, 8E and 76. RGB value is (226,142,118). Sum of RGB (Red+Green+Blue) = 226+142+118=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E76 is #1D7189. Grayscale: #A4A4A4. Windows color (decimal): -1929610 or 7769826. OLE color: 7769826.

HSL color Cylindrical-coordinate representation of color #E28E76: hue angle of 13.33º 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 #E28E76 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB226142118-
CMYK00.370.480.11
HSL13.33º65.06%67.45%-
HSV(B)13.33º47.79%88.63%-
XYZ44.3136.8221.91-
YUV164.38101.83171.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=46.50%
G=29.22%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614211800.370.480.1113.3365.0667.45
HexE28E7602530Bd4143
Octal342216166045601315101103
Binary1110001010001110111011001001011100001011110110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28E76; }

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

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

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

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

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

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

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

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