#EAA173

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

Shades of Dark Salmon #EAA173

Tints of Dark Salmon #EAA173

Color information

#EAA173 (or 0xEAA173) is unknown color: approx Dark Salmon. HEX triplet: EA, A1 and 73. RGB value is (234,161,115). Sum of RGB (Red+Green+Blue) = 234+161+115=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA173 is #155E8C. Grayscale: #B1B1B1. Windows color (decimal): -1400461 or 7578090. OLE color: 7578090.

HSL color Cylindrical-coordinate representation of color #EAA173: hue angle of 23.19º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAA173 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234161115-
CMYK00.310.510.08
HSL23.19º73.91%68.43%-
HSV(B)23.19º50.85%91.76%-
XYZ49.7744.2222.13-
YUV177.5892.68168.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 115 (45.31% from 255) = 22.55%
R=45.88%
G=31.57%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416111500.310.510.0823.1973.9168.43
HexEAA17301F338174a44
Octal352241163037631027112104
Binary1110101010100001111001101111111001110001011110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA173; }

 p { color: rgb(234,161,115); }

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

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

 a { background-color: rgb(234,161,115); }

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

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

 span { border-color: rgb(234,161,115); }

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