#E29174

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

Shades of Dark Salmon #E29174

Tints of Dark Salmon #E29174

Color information

#E29174 (or 0xE29174) is unknown color: approx Dark Salmon. HEX triplet: E2, 91 and 74. RGB value is (226,145,116). Sum of RGB (Red+Green+Blue) = 226+145+116=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E29174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29174 is #1D6E8B. Grayscale: #A6A6A6. Windows color (decimal): -1928844 or 7639522. OLE color: 7639522.

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

Color convert

RGB226145116-
CMYK00.360.490.11
HSL15.82º65.48%67.06%-
HSV(B)15.82º48.67%88.63%-
XYZ44.6437.6821.44-
YUV165.9199.84170.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.41%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=46.41%
G=29.77%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614511600.360.490.1115.8265.4867.06
HexE2917402431B104143
Octal342221164044611320101103
Binary11100010100100011110100010010011000110111000010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29174; }

 p { color: rgb(226,145,116); }

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

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

 a { background-color: rgb(226,145,116); }

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

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

 span { border-color: rgb(226,145,116); }

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