#E29C78

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

Shades of Dark Salmon #E29C78

Tints of Dark Salmon #E29C78

Color information

#E29C78 (or 0xE29C78) is unknown color: approx Dark Salmon. HEX triplet: E2, 9C and 78. RGB value is (226,156,120). Sum of RGB (Red+Green+Blue) = 226+156+120=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29C78 is #1D6387. Grayscale: #ADADAD. Windows color (decimal): -1926024 or 7904482. OLE color: 7904482.

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

Color convert

RGB226156120-
CMYK00.310.470.11
HSL20.38º64.63%67.84%-
HSV(B)20.38º46.9%88.63%-
XYZ46.6441.323.28-
YUV172.8398.19165.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=45.02%
G=31.08%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615612000.310.470.1120.3864.6367.84
HexE29C7801F2FB144144
Octal342234170037571324101104
Binary1110001010011100111100001111110111110111010010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29C78; }

 p { color: rgb(226,156,120); }

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

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

 a { background-color: rgb(226,156,120); }

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

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

 span { border-color: rgb(226,156,120); }

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