#E29D7D

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

Shades of Dark Salmon #E29D7D

Tints of Dark Salmon #E29D7D

Color information

#E29D7D (or 0xE29D7D) is unknown color: approx Dark Salmon. HEX triplet: E2, 9D and 7D. RGB value is (226,157,125). Sum of RGB (Red+Green+Blue) = 226+157+125=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D7D is #1D6282. Grayscale: #AEAEAE. Windows color (decimal): -1925763 or 8232418. OLE color: 8232418.

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

Color convert

RGB226157125-
CMYK00.310.450.11
HSL19.01º63.52%68.82%-
HSV(B)19.01º44.69%88.63%-
XYZ47.1241.7624.98-
YUV173.98100.36165.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=44.49%
G=30.91%
B=24.61%

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
Decimal22615712500.310.450.1119.0163.5268.82
HexE29D7D01F2DB134045
Octal342235175037551323100105
Binary1110001010011101111110101111110110110111001110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29D7D; }

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

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

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

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

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

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

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

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