#E29771

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

Shades of Dark Salmon #E29771

Tints of Dark Salmon #E29771

Color information

#E29771 (or 0xE29771) is unknown color: approx Dark Salmon. HEX triplet: E2, 97 and 71. RGB value is (226,151,113). Sum of RGB (Red+Green+Blue) = 226+151+113=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E29771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29771 is #1D688E. Grayscale: #A9A9A9. Windows color (decimal): -1927311 or 7444450. OLE color: 7444450.

HSL color Cylindrical-coordinate representation of color #E29771: hue angle of 20.18º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29771 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB226151113-
CMYK00.330.50.11
HSL20.18º66.08%66.47%-
HSV(B)20.18º50%88.63%-
XYZ45.4139.4920.85-
YUV169.0996.35168.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.12%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=46.12%
G=30.82%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615111300.330.50.1120.1866.0866.47
HexE2977102132B144242
Octal342227161041621324102102
Binary11100010100101111110001010000111001010111010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29771; }

 p { color: rgb(226,151,113); }

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

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

 a { background-color: rgb(226,151,113); }

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

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

 span { border-color: rgb(226,151,113); }

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