#E29D7C

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

Shades of Dark Salmon #E29D7C

Tints of Dark Salmon #E29D7C

Color information

#E29D7C (or 0xE29D7C) is unknown color: approx Dark Salmon. HEX triplet: E2, 9D and 7C. RGB value is (226,157,124). Sum of RGB (Red+Green+Blue) = 226+157+124=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D7C is #1D6283. Grayscale: #AEAEAE. Windows color (decimal): -1925764 or 8166882. OLE color: 8166882.

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

Color convert

RGB226157124-
CMYK00.310.450.11
HSL19.41º63.75%68.63%-
HSV(B)19.41º45.13%88.63%-
XYZ47.0641.7424.64-
YUV173.8799.86165.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.58%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=44.58%
G=30.97%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615712400.310.450.1119.4163.7568.63
HexE29D7C01F2DB134045
Octal342235174037551323100105
Binary1110001010011101111110001111110110110111001110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29D7C; }

 p { color: rgb(226,157,124); }

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

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

 a { background-color: rgb(226,157,124); }

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

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

 span { border-color: rgb(226,157,124); }

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