#E29179

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

Shades of Dark Salmon #E29179

Tints of Dark Salmon #E29179

Color information

#E29179 (or 0xE29179) is unknown color: approx Dark Salmon. HEX triplet: E2, 91 and 79. RGB value is (226,145,121). Sum of RGB (Red+Green+Blue) = 226+145+121=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29179 is #1D6E86. Grayscale: #A6A6A6. Windows color (decimal): -1928839 or 7967202. OLE color: 7967202.

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

Color convert

RGB226145121-
CMYK00.360.460.11
HSL13.71º64.42%68.04%-
HSV(B)13.71º46.46%88.63%-
XYZ44.9437.823.02-
YUV166.48102.34170.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.93%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=45.93%
G=29.47%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614512100.360.460.1113.7164.4268.04
HexE291790242EBe4044
Octal342221171044561316100104
Binary1110001010010001111100101001001011101011111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29179; }

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

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

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

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

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

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

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

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