#E29576

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

Shades of Dark Salmon #E29576

Tints of Dark Salmon #E29576

Color information

#E29576 (or 0xE29576) is unknown color: approx Dark Salmon. HEX triplet: E2, 95 and 76. RGB value is (226,149,118). Sum of RGB (Red+Green+Blue) = 226+149+118=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E29576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29576 is #1D6A89. Grayscale: #A8A8A8. Windows color (decimal): -1927818 or 7771618. OLE color: 7771618.

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

Color convert

RGB226149118-
CMYK00.340.480.11
HSL17.22º65.06%67.45%-
HSV(B)17.22º47.79%88.63%-
XYZ45.3838.9722.27-
YUV168.4999.51169.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=45.84%
G=30.22%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614911800.340.480.1117.2265.0667.45
HexE2957602230B114143
Octal342225166042601321101103
Binary11100010100101011110110010001011000010111000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29576; }

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

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

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

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

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

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

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

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