#E29079

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

Shades of Dark Salmon #E29079

Tints of Dark Salmon #E29079

Color information

#E29079 (or 0xE29079) is unknown color: approx Dark Salmon. HEX triplet: E2, 90 and 79. RGB value is (226,144,121). Sum of RGB (Red+Green+Blue) = 226+144+121=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E29079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29079 is #1D6F86. Grayscale: #A6A6A6. Windows color (decimal): -1929095 or 7966946. OLE color: 7966946.

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

Color convert

RGB226144121-
CMYK00.360.460.11
HSL13.14º64.42%68.04%-
HSV(B)13.14º46.46%88.63%-
XYZ44.7937.522.97-
YUV165.9102.67170.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=46.03%
G=29.33%
B=24.64%

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
Decimal22614412100.360.460.1113.1464.4268.04
HexE290790242EBd4044
Octal342220171044561315100104
Binary1110001010010000111100101001001011101011110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29079; }

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

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

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

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

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

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

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

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